Html Css Color HEX #647890 Slate Grey

📋 copy color: '#647890'

red 100 ◦ green 120 ◦ blue 144

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

Shades of Slate Grey #647890

Tints of Slate Grey #647890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 27.47%
G = 32.97%
B = 39.56%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#647890 (or 0x647890) is known color: Slate Grey. HEX triplet: 64, 78 and 90. RGB value is (100,120,144). Sum of RGB (Red+Green+Blue) = 100+120+144=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #647890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647890 is #9B876F. Grayscale: #747474. Windows color (decimal): -10192752 or 9468004. OLE color: 9468004.

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

Color convert

RGB 100 120 144 -
CMYK 0.31 0.17 0 0.44
HSL 212.73º 0.18% 0.48% -
HSV(B) 212.73º 0.31% 0.56% -
XYZ 17.01 18.16 28.99 -
YUV 116.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 100 120 144 0.31 0.17 0 0.44 212.73 0.18 0.48
Hex 64 78 90 1F 11 0 2C D5 12 30
Octal 144 170 220 37 21 0 54 325 22 60
Binary 1100100 1111000 10010000 11111 10001 0 101100 11010101 10010 110000

Color Harmonies of #647890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647890

Black with #647890

Text Example


Text Example

White with #647890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647890; }

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

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

background-color css

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

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

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

border-color css

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

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

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