#64889C

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

Shades of Horizon #64889C

Tints of Horizon #64889C

Color information

#64889C (or 0x64889C) is unknown color: approx Horizon. HEX triplet: 64, 88 and 9C. RGB value is (100,136,156). Sum of RGB (Red+Green+Blue) = 100+136+156=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #64889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64889C is #9B7763. Grayscale: #7F7F7F. Windows color (decimal): -10188644 or 10258532. OLE color: 10258532.

HSL color Cylindrical-coordinate representation of color #64889C: hue angle of 201.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64889C is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100136156-
CMYK0.360.1300.39
HSL201.43º22.05%50.2%-
HSV(B)201.43º35.9%61.18%-
XYZ20.0622.7234.78-
YUV127.52144.07108.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.51%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=25.51%
G=34.69%
B=39.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001361560.360.1300.39201.4322.0550.2
Hex64889C24D027c91632
Octal14421023444150473112662
Binary11001001000100010011100100100110101001111100100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64889C; }

 p { color: rgb(100,136,156); }

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

<style>
 a { background-color: #64889C; }

 a { background-color: rgb(100,136,156); }

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

<style>
 span { border-color: #64889C; }

 span { border-color: rgb(100,136,156); }

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