Html Css Color HEX #647D9F Slate Grey

📋 copy color: '#647D9F'

red 100 ◦ green 125 ◦ blue 159

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

Shades of Slate Grey #647D9F

Tints of Slate Grey #647D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 26.04%
G = 32.55%
B = 41.41%

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

#647D9F (or 0x647D9F) is known color: Slate Grey. HEX triplet: 64, 7D and 9F. RGB value is (100,125,159). Sum of RGB (Red+Green+Blue) = 100+125+159=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #647D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D9F is #9B8260. Grayscale: #797979. Windows color (decimal): -10191457 or 10452324. OLE color: 10452324.

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

Color convert

RGB 100 125 159 -
CMYK 0.37 0.21 0 0.38
HSL 214.58º 0.24% 0.51% -
HSV(B) 214.58º 0.37% 0.62% -
XYZ 18.85 19.88 35.64 -
YUV 121.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 100 125 159 0.37 0.21 0 0.38 214.58 0.24 0.51
Hex 64 7D 9F 25 15 0 26 D7 18 33
Octal 144 175 237 45 25 0 46 327 30 63
Binary 1100100 1111101 10011111 100101 10101 0 100110 11010111 11000 110011

Color Harmonies of #647D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D9F

Black with #647D9F

Text Example


Text Example

White with #647D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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