Html Css Color HEX #647891 Slate Grey

📋 copy color: '#647891'

red 100 ◦ green 120 ◦ blue 145

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

Shades of Slate Grey #647891

Tints of Slate Grey #647891

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

 BLUE value IS 145 (57.03% from 255) = 39.73%

R = 27.4%
G = 32.88%
B = 39.73%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#647891 (or 0x647891) is known color: Slate Grey. HEX triplet: 64, 78 and 91. RGB value is (100,120,145). Sum of RGB (Red+Green+Blue) = 100+120+145=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #647891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647891 is #9B876E. Grayscale: #747474. Windows color (decimal): -10192751 or 9533540. OLE color: 9533540.

HSL color Cylindrical-coordinate representation of color #647891: hue angle of 213.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647891 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 120 145 -
CMYK 0.31 0.17 0 0.43
HSL 213.33º 0.18% 0.48% -
HSV(B) 213.33º 0.31% 0.57% -
XYZ 17.08 18.19 29.4 -
YUV 116.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 100 120 145 0.31 0.17 0 0.43 213.33 0.18 0.48
Hex 64 78 91 1F 11 0 2B D5 12 30
Octal 144 170 221 37 21 0 53 325 22 60
Binary 1100100 1111000 10010001 11111 10001 0 101011 11010101 10010 110000

Color Harmonies of #647891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647891

Black with #647891

Text Example


Text Example

White with #647891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647891; }

 p { color: rgb(100,120,145); }

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

background-color css

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

 a { background-color: rgb(100,120,145); }

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

border-color css

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

 span { border-color: rgb(100,120,145); }

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