#668E9B

Color #668E9B Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #668E9B

Tints of Horizon #668E9B

Color information

#668E9B (or 0x668E9B) is unknown color: approx Horizon. HEX triplet: 66, 8E and 9B. RGB value is (102,142,155). Sum of RGB (Red+Green+Blue) = 102+142+155=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #668E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E9B is #997164. Grayscale: #838383. Windows color (decimal): -10056037 or 10194534. OLE color: 10194534.

HSL color Cylindrical-coordinate representation of color #668E9B: hue angle of 194.72º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #668E9B is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102142155-
CMYK0.340.0800.39
HSL194.72º20.95%50.39%-
HSV(B)194.72º34.19%60.78%-
XYZ21.0724.5434.64-
YUV131.52141.25106.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=25.56%
G=35.59%
B=38.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021421550.340.0800.39194.7220.9550.39
Hex668E9B228027c31532
Octal14621623342100473032562
Binary11001101000111010011011100010100001001111100001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668E9B; }

 p { color: rgb(102,142,155); }

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

<style>
 a { background-color: #668E9B; }

 a { background-color: rgb(102,142,155); }

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

<style>
 span { border-color: #668E9B; }

 span { border-color: rgb(102,142,155); }

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