Html Css Color HEX #64819A Slate Grey

📋 copy color: '#64819A'

red 100 ◦ green 129 ◦ blue 154

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

Shades of Slate Grey #64819A

Tints of Slate Grey #64819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.68%

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

R = 26.11%
G = 33.68%
B = 40.21%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64819A (or 0x64819A) is known color: Slate Grey. HEX triplet: 64, 81 and 9A. RGB value is (100,129,154). Sum of RGB (Red+Green+Blue) = 100+129+154=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #64819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64819A is #9B7E65. Grayscale: #7B7B7B. Windows color (decimal): -10190438 or 10125668. OLE color: 10125668.

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

Color convert

RGB 100 129 154 -
CMYK 0.35 0.16 0 0.40
HSL 207.78º 0.21% 0.5% -
HSV(B) 207.78º 0.35% 0.6% -
XYZ 18.94 20.74 33.58 -
YUV 123.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 100 129 154 0.35 0.16 0 0.40 207.78 0.21 0.5
Hex 64 81 9A 23 10 0 28 D0 15 32
Octal 144 201 232 43 20 0 50 320 25 62
Binary 1100100 10000001 10011010 100011 10000 0 101000 11010000 10101 110010

Color Harmonies of #64819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64819A

Black with #64819A

Text Example


Text Example

White with #64819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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