#64909F

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

Shades of Horizon #64909F

Tints of Horizon #64909F

Color information

#64909F (or 0x64909F) is unknown color: approx Horizon. HEX triplet: 64, 90 and 9F. RGB value is (100,144,159). Sum of RGB (Red+Green+Blue) = 100+144+159=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #64909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64909F is #9B6F60. Grayscale: #848484. Windows color (decimal): -10186593 or 10457188. OLE color: 10457188.

HSL color Cylindrical-coordinate representation of color #64909F: hue angle of 195.25º 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 #64909F is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100144159-
CMYK0.370.0900.38
HSL195.25º23.51%50.78%-
HSV(B)195.25º37.11%62.35%-
XYZ21.4925.1636.52-
YUV132.55142.92104.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=24.81%
G=35.73%
B=39.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001441590.370.0900.38195.2523.5150.78
Hex64909F259026c31833
Octal14422023745110463033063
Binary11001001001000010011111100101100101001101100001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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