#66838E

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

Shades of Horizon #66838E

Tints of Horizon #66838E

Color information

#66838E (or 0x66838E) is unknown color: approx Horizon. HEX triplet: 66, 83 and 8E. RGB value is (102,131,142). Sum of RGB (Red+Green+Blue) = 102+131+142=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #66838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66838E is #997C71. Grayscale: #7B7B7B. Windows color (decimal): -10058866 or 9339750. OLE color: 9339750.

HSL color Cylindrical-coordinate representation of color #66838E: hue angle of 196.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66838E is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102131142-
CMYK0.280.0800.44
HSL196.5º16.39%47.84%-
HSV(B)196.5º28.17%55.69%-
XYZ18.4821.0128.67-
YUV123.58138.39112.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=27.2%
G=34.93%
B=37.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021311420.280.0800.44196.516.3947.84
Hex66838E1C802Cc41030
Octal14620321634100543042060
Binary1100110100000111000111011100100001011001100010010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66838E; }

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

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

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

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

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

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

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

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