Html Css Color HEX #647E9E Slate Grey

📋 copy color: '#647E9E'

red 100 ◦ green 126 ◦ blue 158

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

Shades of Slate Grey #647E9E

Tints of Slate Grey #647E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

 BLUE value IS 158 (62.11% from 255) = 41.15%

R = 26.04%
G = 32.81%
B = 41.15%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#647E9E (or 0x647E9E) is known color: Slate Grey. HEX triplet: 64, 7E and 9E. RGB value is (100,126,158). Sum of RGB (Red+Green+Blue) = 100+126+158=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #647E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E9E is #9B8161. Grayscale: #797979. Windows color (decimal): -10191202 or 10387044. OLE color: 10387044.

HSL color Cylindrical-coordinate representation of color #647E9E: hue angle of 213.1º 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 #647E9E is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 126 158 -
CMYK 0.37 0.20 0 0.38
HSL 213.1º 0.23% 0.51% -
HSV(B) 213.1º 0.37% 0.62% -
XYZ 18.89 20.1 35.23 -
YUV 121.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 100 126 158 0.37 0.20 0 0.38 213.1 0.23 0.51
Hex 64 7E 9E 25 14 0 26 D5 17 33
Octal 144 176 236 45 24 0 46 325 27 63
Binary 1100100 1111110 10011110 100101 10100 0 100110 11010101 10111 110011

Color Harmonies of #647E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647E9E

Black with #647E9E

Text Example


Text Example

White with #647E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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