#668E9C

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

Shades of Horizon #668E9C

Tints of Horizon #668E9C

Color information

#668E9C (or 0x668E9C) is unknown color: approx Horizon. HEX triplet: 66, 8E and 9C. RGB value is (102,142,156). Sum of RGB (Red+Green+Blue) = 102+142+156=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #668E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E9C is #997163. Grayscale: #838383. Windows color (decimal): -10056036 or 10260070. OLE color: 10260070.

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

Color convert

RGB102142156-
CMYK0.350.0900.39
HSL195.56º21.43%50.59%-
HSV(B)195.56º34.62%61.18%-
XYZ21.1524.5735.08-
YUV131.64141.75106.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.5%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 156 (61.33% from 255) = 39%
R=25.5%
G=35.5%
B=39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021421560.350.0900.39195.5621.4350.59
Hex668E9C239027c41533
Octal14621623443110473042563
Binary11001101000111010011100100011100101001111100010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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