Html Css Color HEX #647F9D Slate Grey

📋 copy color: '#647F9D'

red 100 ◦ green 127 ◦ blue 157

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

Shades of Slate Grey #647F9D

Tints of Slate Grey #647F9D

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 26.04%
G = 33.07%
B = 40.89%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#647F9D (or 0x647F9D) is known color: Slate Grey. HEX triplet: 64, 7F and 9D. RGB value is (100,127,157). Sum of RGB (Red+Green+Blue) = 100+127+157=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #647F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F9D is #9B8062. Grayscale: #7A7A7A. Windows color (decimal): -10190947 or 10321764. OLE color: 10321764.

HSL color Cylindrical-coordinate representation of color #647F9D: hue angle of 211.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #647F9D is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 127 157 -
CMYK 0.36 0.19 0 0.38
HSL 211.58º 0.23% 0.5% -
HSV(B) 211.58º 0.36% 0.62% -
XYZ 18.93 20.32 34.82 -
YUV 122.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 100 127 157 0.36 0.19 0 0.38 211.58 0.23 0.5
Hex 64 7F 9D 24 13 0 26 D4 17 32
Octal 144 177 235 44 23 0 46 324 27 62
Binary 1100100 1111111 10011101 100100 10011 0 100110 11010100 10111 110010

Color Harmonies of #647F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647F9D

Black with #647F9D

Text Example


Text Example

White with #647F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,127,157); }

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

background-color css

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

 a { background-color: rgb(100,127,157); }

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

border-color css

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

 span { border-color: rgb(100,127,157); }

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