#64939D

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

Shades of Horizon #64939D

Tints of Horizon #64939D

Color information

#64939D (or 0x64939D) is unknown color: approx Horizon. HEX triplet: 64, 93 and 9D. RGB value is (100,147,157). Sum of RGB (Red+Green+Blue) = 100+147+157=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #64939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64939D is #9B6C62. Grayscale: #868686. Windows color (decimal): -10185827 or 10326884. OLE color: 10326884.

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

Color convert

RGB100147157-
CMYK0.360.0600.38
HSL190.53º22.53%50.39%-
HSV(B)190.53º36.31%61.57%-
XYZ21.7826.0135.77-
YUV134.09140.93103.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.75%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=24.75%
G=36.39%
B=38.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001471570.360.0600.38190.5322.5350.39
Hex64939D246026bf1732
Octal1442232354460462772762
Binary1100100100100111001110110010011001001101011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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