Html Css Color HEX #647D93 Slate Grey

📋 copy color: '#647D93'

red 100 ◦ green 125 ◦ blue 147

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

Shades of Slate Grey #647D93

Tints of Slate Grey #647D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.52%

R = 26.88%
G = 33.6%
B = 39.52%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#647D93 (or 0x647D93) is known color: Slate Grey. HEX triplet: 64, 7D and 93. RGB value is (100,125,147). Sum of RGB (Red+Green+Blue) = 100+125+147=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #647D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D93 is #9B826C. Grayscale: #777777. Windows color (decimal): -10191469 or 9665892. OLE color: 9665892.

HSL color Cylindrical-coordinate representation of color #647D93: hue angle of 208.09º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647D93 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 125 147 -
CMYK 0.32 0.15 0 0.42
HSL 208.09º 0.19% 0.48% -
HSV(B) 208.09º 0.32% 0.58% -
XYZ 17.86 19.48 30.42 -
YUV 120.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 100 125 147 0.32 0.15 0 0.42 208.09 0.19 0.48
Hex 64 7D 93 20 F 0 2A D0 13 30
Octal 144 175 223 40 17 0 52 320 23 60
Binary 1100100 1111101 10010011 100000 1111 0 101010 11010000 10011 110000

Color Harmonies of #647D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D93

Black with #647D93

Text Example


Text Example

White with #647D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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