Html Css Color HEX #647C9D Slate Grey

📋 copy color: '#647C9D'

red 100 ◦ green 124 ◦ blue 157

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

Shades of Slate Grey #647C9D

Tints of Slate Grey #647C9D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.55%

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

R = 26.25%
G = 32.55%
B = 41.21%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#647C9D (or 0x647C9D) is known color: Slate Grey. HEX triplet: 64, 7C and 9D. RGB value is (100,124,157). Sum of RGB (Red+Green+Blue) = 100+124+157=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #647C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C9D is #9B8362. Grayscale: #787878. Windows color (decimal): -10191715 or 10320996. OLE color: 10320996.

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

Color convert

RGB 100 124 157 -
CMYK 0.36 0.21 0 0.38
HSL 214.74º 0.23% 0.5% -
HSV(B) 214.74º 0.36% 0.62% -
XYZ 18.55 19.56 34.7 -
YUV 120.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 100 124 157 0.36 0.21 0 0.38 214.74 0.23 0.5
Hex 64 7C 9D 24 15 0 26 D7 17 32
Octal 144 174 235 44 25 0 46 327 27 62
Binary 1100100 1111100 10011101 100100 10101 0 100110 11010111 10111 110010

Color Harmonies of #647C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C9D

Black with #647C9D

Text Example


Text Example

White with #647C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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