#64809E

Color #64809E Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #64809E

Tints of Slate Grey #64809E

Color information

#64809E (or 0x64809E) is unknown color: approx Slate Grey. HEX triplet: 64, 80 and 9E. RGB value is (100,128,158). Sum of RGB (Red+Green+Blue) = 100+128+158=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #64809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64809E is #9B7F61. Grayscale: #7A7A7A. Windows color (decimal): -10190690 or 10387556. OLE color: 10387556.

HSL color Cylindrical-coordinate representation of color #64809E: hue angle of 211.03º degrees, saturation: 0.23, 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 #64809E is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100128158-
CMYK0.370.1900.38
HSL211.03º23.02%50.59%-
HSV(B)211.03º36.71%61.96%-
XYZ19.1520.6235.32-
YUV123.05147.72111.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=25.91%
G=33.16%
B=40.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001281580.370.1900.38211.0323.0250.59
Hex64809E2513026d31733
Octal14420023645230463232763
Binary110010010000000100111101001011001101001101101001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64809E; }

 p { color: rgb(100,128,158); }

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

<style>
 a { background-color: #64809E; }

 a { background-color: rgb(100,128,158); }

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

<style>
 span { border-color: #64809E; }

 span { border-color: rgb(100,128,158); }

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