Html Css Color HEX #647C92 Slate Grey

📋 copy color: '#647C92'

red 100 ◦ green 124 ◦ blue 146

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

Shades of Slate Grey #647C92

Tints of Slate Grey #647C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.46%

R = 27.03%
G = 33.51%
B = 39.46%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#647C92 (or 0x647C92) is known color: Slate Grey. HEX triplet: 64, 7C and 92. RGB value is (100,124,146). Sum of RGB (Red+Green+Blue) = 100+124+146=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #647C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C92 is #9B836D. Grayscale: #777777. Windows color (decimal): -10191726 or 9600100. OLE color: 9600100.

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

Color convert

RGB 100 124 146 -
CMYK 0.32 0.15 0 0.43
HSL 208.7º 0.19% 0.48% -
HSV(B) 208.7º 0.32% 0.57% -
XYZ 17.65 19.2 29.97 -
YUV 119.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 100 124 146 0.32 0.15 0 0.43 208.7 0.19 0.48
Hex 64 7C 92 20 F 0 2B D1 13 30
Octal 144 174 222 40 17 0 53 321 23 60
Binary 1100100 1111100 10010010 100000 1111 0 101011 11010001 10011 110000

Color Harmonies of #647C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C92

Black with #647C92

Text Example


Text Example

White with #647C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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