#66919A

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

Shades of Horizon #66919A

Tints of Horizon #66919A

Color information

#66919A (or 0x66919A) is unknown color: approx Horizon. HEX triplet: 66, 91 and 9A. RGB value is (102,145,154). Sum of RGB (Red+Green+Blue) = 102+145+154=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #66919A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66919A is #996E65. Grayscale: #858585. Windows color (decimal): -10055270 or 10129766. OLE color: 10129766.

HSL color Cylindrical-coordinate representation of color #66919A: hue angle of 190.38º 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 #66919A is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102145154-
CMYK0.340.0600.40
HSL190.38º20.47%50.2%-
HSV(B)190.38º33.77%60.39%-
XYZ21.4425.4134.35-
YUV133.17139.75105.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.44%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=25.44%
G=36.16%
B=38.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021451540.340.0600.40190.3820.4750.2
Hex66919A226028be1432
Octal1462212324260502762462
Binary1100110100100011001101010001011001010001011111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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