#668497

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

Shades of Horizon #668497

Tints of Horizon #668497

Color information

#668497 (or 0x668497) is unknown color: approx Horizon. HEX triplet: 66, 84 and 97. RGB value is (102,132,151). Sum of RGB (Red+Green+Blue) = 102+132+151=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #668497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668497 is #997B68. Grayscale: #7D7D7D. Windows color (decimal): -10058601 or 9929830. OLE color: 9929830.

HSL color Cylindrical-coordinate representation of color #668497: hue angle of 203.27º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668497 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB102132151-
CMYK0.320.1300.41
HSL203.27º19.37%49.61%-
HSV(B)203.27º32.45%59.22%-
XYZ19.3221.5632.42-
YUV125.2142.56111.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=26.49%
G=34.29%
B=39.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021321510.320.1300.41203.2719.3749.61
Hex66849720D029cb1332
Octal14620422740150513132362
Binary11001101000010010010111100000110101010011100101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668497; }

 p { color: rgb(102,132,151); }

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

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

 a { background-color: rgb(102,132,151); }

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

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

 span { border-color: rgb(102,132,151); }

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