Html Css Color HEX #64809A Slate Grey

📋 copy color: '#64809A'

red 100 ◦ green 128 ◦ blue 154

#64809A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #64809A

Tints of Slate Grey #64809A

RGB

 RED value IS 100 (39.45% from 255) = 26.18%

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 26.18%
G = 33.51%
B = 40.31%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64809A (or 0x64809A) is known color: Slate Grey. HEX triplet: 64, 80 and 9A. RGB value is (100,128,154). Sum of RGB (Red+Green+Blue) = 100+128+154=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #64809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64809A is #9B7F65. Grayscale: #7A7A7A. Windows color (decimal): -10190694 or 10125412. OLE color: 10125412.

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

Color convert

RGB 100 128 154 -
CMYK 0.35 0.17 0 0.40
HSL 208.89º 0.21% 0.5% -
HSV(B) 208.89º 0.35% 0.6% -
XYZ 18.81 20.48 33.53 -
YUV 122.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 100 128 154 0.35 0.17 0 0.40 208.89 0.21 0.5
Hex 64 80 9A 23 11 0 28 D1 15 32
Octal 144 200 232 43 21 0 50 321 25 62
Binary 1100100 10000000 10011010 100011 10001 0 101000 11010001 10101 110010

Color Harmonies of #64809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64809A

Black with #64809A

Text Example


Text Example

White with #64809A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64809A;
 }
 .AnyTagClassName
 {
   color: #64809A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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