Html Css Color HEX #647995 Slate Grey

📋 copy color: '#647995'

red 100 ◦ green 121 ◦ blue 149

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

Shades of Slate Grey #647995

Tints of Slate Grey #647995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

 BLUE value IS 149 (58.59% from 255) = 40.27%

R = 27.03%
G = 32.7%
B = 40.27%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#647995 (or 0x647995) is known color: Slate Grey. HEX triplet: 64, 79 and 95. RGB value is (100,121,149). Sum of RGB (Red+Green+Blue) = 100+121+149=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #647995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647995 is #9B866A. Grayscale: #757575. Windows color (decimal): -10192491 or 9795940. OLE color: 9795940.

HSL color Cylindrical-coordinate representation of color #647995: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #647995 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 121 149 -
CMYK 0.33 0.19 0 0.42
HSL 214.29º 0.2% 0.49% -
HSV(B) 214.29º 0.33% 0.58% -
XYZ 17.52 18.55 31.09 -
YUV 117.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 100 121 149 0.33 0.19 0 0.42 214.29 0.2 0.49
Hex 64 79 95 21 13 0 2A D6 14 31
Octal 144 171 225 41 23 0 52 326 24 61
Binary 1100100 1111001 10010101 100001 10011 0 101010 11010110 10100 110001

Color Harmonies of #647995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647995

Black with #647995

Text Example


Text Example

White with #647995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647995; }

 p { color: rgb(100,121,149); }

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

background-color css

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

 a { background-color: rgb(100,121,149); }

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

border-color css

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

 span { border-color: rgb(100,121,149); }

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