#66919F

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

Shades of Horizon #66919F

Tints of Horizon #66919F

Color information

#66919F (or 0x66919F) is unknown color: approx Horizon. HEX triplet: 66, 91 and 9F. RGB value is (102,145,159). Sum of RGB (Red+Green+Blue) = 102+145+159=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #66919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66919F is #996E60. Grayscale: #858585. Windows color (decimal): -10055265 or 10457446. OLE color: 10457446.

HSL color Cylindrical-coordinate representation of color #66919F: hue angle of 194.74º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66919F is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102145159-
CMYK0.360.0900.38
HSL194.74º22.89%51.18%-
HSV(B)194.74º35.85%62.35%-
XYZ21.8625.5836.59-
YUV133.74142.25105.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=25.12%
G=35.71%
B=39.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021451590.360.0900.38194.7422.8951.18
Hex66919F249026c31733
Octal14622123744110463032763
Binary11001101001000110011111100100100101001101100001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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