#66909D

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

Shades of Horizon #66909D

Tints of Horizon #66909D

Color information

#66909D (or 0x66909D) is unknown color: approx Horizon. HEX triplet: 66, 90 and 9D. RGB value is (102,144,157). Sum of RGB (Red+Green+Blue) = 102+144+157=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #66909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66909D is #996F62. Grayscale: #848484. Windows color (decimal): -10055523 or 10326118. OLE color: 10326118.

HSL color Cylindrical-coordinate representation of color #66909D: hue angle of 194.18º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66909D is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102144157-
CMYK0.350.0800.38
HSL194.18º21.91%50.78%-
HSV(B)194.18º35.03%61.57%-
XYZ21.5425.2135.63-
YUV132.92141.59105.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=25.31%
G=35.73%
B=38.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021441570.350.0800.38194.1821.9150.78
Hex66909D238026c21633
Octal14622023543100463022663
Binary11001101001000010011101100011100001001101100001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66909D; }

 p { color: rgb(102,144,157); }

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

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

 a { background-color: rgb(102,144,157); }

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

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

 span { border-color: rgb(102,144,157); }

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