#64909A

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

Shades of Horizon #64909A

Tints of Horizon #64909A

Color information

#64909A (or 0x64909A) is unknown color: approx Horizon. HEX triplet: 64, 90 and 9A. RGB value is (100,144,154). Sum of RGB (Red+Green+Blue) = 100+144+154=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #64909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64909A is #9B6F65. Grayscale: #838383. Windows color (decimal): -10186598 or 10129508. OLE color: 10129508.

HSL color Cylindrical-coordinate representation of color #64909A: hue angle of 191.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64909A is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB100144154-
CMYK0.350.0600.40
HSL191.11º21.26%49.8%-
HSV(B)191.11º35.06%60.39%-
XYZ21.0624.9934.29-
YUV131.98140.42105.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.13%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 154 (60.55% from 255) = 38.69%
R=25.13%
G=36.18%
B=38.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001441540.350.0600.40191.1121.2649.8
Hex64909A236028bf1532
Octal1442202324360502772562
Binary1100100100100001001101010001111001010001011111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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