#66889A

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

Shades of Horizon #66889A

Tints of Horizon #66889A

Color information

#66889A (or 0x66889A) is unknown color: approx Horizon. HEX triplet: 66, 88 and 9A. RGB value is (102,136,154). Sum of RGB (Red+Green+Blue) = 102+136+154=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #66889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66889A is #997765. Grayscale: #7F7F7F. Windows color (decimal): -10057574 or 10127462. OLE color: 10127462.

HSL color Cylindrical-coordinate representation of color #66889A: hue angle of 200.77º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66889A is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102136154-
CMYK0.340.1200.40
HSL200.77º20.47%50.2%-
HSV(B)200.77º33.77%60.39%-
XYZ20.1222.7733.91-
YUV127.89142.74109.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=26.02%
G=34.69%
B=39.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021361540.340.1200.40200.7720.4750.2
Hex66889A22C028c91432
Octal14621023242140503112462
Binary11001101000100010011010100010110001010001100100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66889A; }

 p { color: rgb(102,136,154); }

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

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

 a { background-color: rgb(102,136,154); }

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

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

 span { border-color: rgb(102,136,154); }

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