Html Css Color HEX #647992 Slate Grey

📋 copy color: '#647992'

red 100 ◦ green 121 ◦ blue 146

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

Shades of Slate Grey #647992

Tints of Slate Grey #647992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.97%

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

R = 27.25%
G = 32.97%
B = 39.78%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#647992 (or 0x647992) is known color: Slate Grey. HEX triplet: 64, 79 and 92. RGB value is (100,121,146). Sum of RGB (Red+Green+Blue) = 100+121+146=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #647992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647992 is #9B866D. Grayscale: #757575. Windows color (decimal): -10192494 or 9599332. OLE color: 9599332.

HSL color Cylindrical-coordinate representation of color #647992: hue angle of 212.61º 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 #647992 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 121 146 -
CMYK 0.32 0.17 0 0.43
HSL 212.61º 0.19% 0.48% -
HSV(B) 212.61º 0.32% 0.57% -
XYZ 17.28 18.46 29.85 -
YUV 117.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 100 121 146 0.32 0.17 0 0.43 212.61 0.19 0.48
Hex 64 79 92 20 11 0 2B D5 13 30
Octal 144 171 222 40 21 0 53 325 23 60
Binary 1100100 1111001 10010010 100000 10001 0 101011 11010101 10011 110000

Color Harmonies of #647992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647992

Black with #647992

Text Example


Text Example

White with #647992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647992; }

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

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

background-color css

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

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

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

border-color css

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

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

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