#64939F

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

Shades of Horizon #64939F

Tints of Horizon #64939F

Color information

#64939F (or 0x64939F) is unknown color: approx Horizon. HEX triplet: 64, 93 and 9F. RGB value is (100,147,159). Sum of RGB (Red+Green+Blue) = 100+147+159=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 147 (57.81% from 255 or 36.21% 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 #64939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64939F is #9B6C60. Grayscale: #868686. Windows color (decimal): -10185825 or 10457956. OLE color: 10457956.

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

Color convert

RGB100147159-
CMYK0.370.0800.38
HSL192.2º23.51%50.78%-
HSV(B)192.2º37.11%62.35%-
XYZ21.9526.0836.68-
YUV134.32141.93103.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=24.63%
G=36.21%
B=39.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001471590.370.0800.38192.223.5150.78
Hex64939F258026c01833
Octal14422323745100463003063
Binary11001001001001110011111100101100001001101100000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,147,159); }

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

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

 a { background-color: rgb(100,147,159); }

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

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

 span { border-color: rgb(100,147,159); }

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