Html Css Color HEX #647D9E Slate Grey

📋 copy color: '#647D9E'

red 100 ◦ green 125 ◦ blue 158

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

Shades of Slate Grey #647D9E

Tints of Slate Grey #647D9E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.64%

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

R = 26.11%
G = 32.64%
B = 41.25%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#647D9E (or 0x647D9E) is known color: Slate Grey. HEX triplet: 64, 7D and 9E. RGB value is (100,125,158). Sum of RGB (Red+Green+Blue) = 100+125+158=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #647D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D9E is #9B8261. Grayscale: #797979. Windows color (decimal): -10191458 or 10386788. OLE color: 10386788.

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

Color convert

RGB 100 125 158 -
CMYK 0.37 0.21 0 0.38
HSL 214.14º 0.23% 0.51% -
HSV(B) 214.14º 0.37% 0.62% -
XYZ 18.76 19.85 35.19 -
YUV 121.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 100 125 158 0.37 0.21 0 0.38 214.14 0.23 0.51
Hex 64 7D 9E 25 15 0 26 D6 17 33
Octal 144 175 236 45 25 0 46 326 27 63
Binary 1100100 1111101 10011110 100101 10101 0 100110 11010110 10111 110011

Color Harmonies of #647D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D9E

Black with #647D9E

Text Example


Text Example

White with #647D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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