#64889A

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

Shades of Horizon #64889A

Tints of Horizon #64889A

Color information

#64889A (or 0x64889A) is unknown color: approx Horizon. HEX triplet: 64, 88 and 9A. RGB value is (100,136,154). Sum of RGB (Red+Green+Blue) = 100+136+154=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 154 - color contains mainly: blue. Hex color #64889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64889A is #9B7765. Grayscale: #7F7F7F. Windows color (decimal): -10188646 or 10127460. OLE color: 10127460.

HSL color Cylindrical-coordinate representation of color #64889A: hue angle of 200º 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 #64889A is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB100136154-
CMYK0.350.1200.40
HSL200º21.26%49.8%-
HSV(B)200º35.06%60.39%-
XYZ19.8922.6533.9-
YUV127.29143.07108.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=25.64%
G=34.87%
B=39.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001361540.350.1200.4020021.2649.8
Hex64889A23C028c81532
Octal14421023243140503102562
Binary11001001000100010011010100011110001010001100100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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