Html Css Color HEX #647C9A Slate Grey

📋 copy color: '#647C9A'

red 100 ◦ green 124 ◦ blue 154

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

Shades of Slate Grey #647C9A

Tints of Slate Grey #647C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.74%

R = 26.46%
G = 32.8%
B = 40.74%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#647C9A (or 0x647C9A) is known color: Slate Grey. HEX triplet: 64, 7C and 9A. RGB value is (100,124,154). Sum of RGB (Red+Green+Blue) = 100+124+154=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #647C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C9A is #9B8365. Grayscale: #787878. Windows color (decimal): -10191718 or 10124388. OLE color: 10124388.

HSL color Cylindrical-coordinate representation of color #647C9A: hue angle of 213.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #647C9A is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 124 154 -
CMYK 0.35 0.19 0 0.40
HSL 213.33º 0.21% 0.5% -
HSV(B) 213.33º 0.35% 0.6% -
XYZ 18.3 19.46 33.36 -
YUV 120.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 100 124 154 0.35 0.19 0 0.40 213.33 0.21 0.5
Hex 64 7C 9A 23 13 0 28 D5 15 32
Octal 144 174 232 43 23 0 50 325 25 62
Binary 1100100 1111100 10011010 100011 10011 0 101000 11010101 10101 110010

Color Harmonies of #647C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C9A

Black with #647C9A

Text Example


Text Example

White with #647C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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