#6B9FAC

Color #6B9FAC Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #6B9FAC

Tints of Neptune #6B9FAC

Color information

#6B9FAC (or 0x6B9FAC) is unknown color: approx Neptune. HEX triplet: 6B, 9F and AC. RGB value is (107,159,172). Sum of RGB (Red+Green+Blue) = 107+159+172=438 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.43% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B9FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9FAC is #946053. Grayscale: #909090. Windows color (decimal): -9723988 or 11313003. OLE color: 11313003.

HSL color Cylindrical-coordinate representation of color #6B9FAC: hue angle of 192º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B9FAC is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB107159172-
CMYK0.380.0800.33
HSL192º28.14%54.71%-
HSV(B)192º37.79%67.45%-
XYZ25.9130.943.63-
YUV144.93143.27100.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 24.43%
GREEN value IS 159 (62.5% from 255) = 36.30%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=24.43%
G=36.30%
B=39.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071591720.380.0800.3319228.1454.71
Hex6B9FAC268021c01c37
Octal15323725446100413003467
Binary11010111001111110101100100110100001000011100000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B9FAC; }

 p { color: rgb(107,159,172); }

 H1.HeaderClassName
 {
   color: #6B9FAC;
 }
 .AnyTagClassName
 {
   color: #6B9FAC;
 }
</style>
background-color css

<style>
 a { background-color: #6B9FAC; }

 a { background-color: rgb(107,159,172); }

 div.DivClassName
 {
   background-color: #6B9FAC;
 }
 .BgClassName
 {
   background-color: #6B9FAC;
 }
</style>
border-color css

<style>
 span { border-color: #6B9FAC; }

 span { border-color: rgb(107,159,172); }

 td.TdClassName
 {
   border-color: #6B9FAC;
 }
 .TagClassName
 {
   border-color: #6B9FAC;
 }
</style>