#64899B

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

Shades of Horizon #64899B

Tints of Horizon #64899B

Color information

#64899B (or 0x64899B) is unknown color: approx Horizon. HEX triplet: 64, 89 and 9B. RGB value is (100,137,155). Sum of RGB (Red+Green+Blue) = 100+137+155=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #64899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64899B is #9B7664. Grayscale: #7F7F7F. Windows color (decimal): -10188389 or 10193252. OLE color: 10193252.

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

Color convert

RGB100137155-
CMYK0.350.1200.39
HSL199.64º21.57%50%-
HSV(B)199.64º35.48%60.78%-
XYZ20.1222.9734.38-
YUV127.99143.24108.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.51%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=25.51%
G=34.95%
B=39.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001371550.350.1200.39199.6421.5750
Hex64899B23C027c81632
Octal14421123343140473102662
Binary11001001000100110011011100011110001001111100100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64899B; }

 p { color: rgb(100,137,155); }

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

<style>
 a { background-color: #64899B; }

 a { background-color: rgb(100,137,155); }

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

<style>
 span { border-color: #64899B; }

 span { border-color: rgb(100,137,155); }

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