Html Css Color HEX #647990 Slate Grey

📋 copy color: '#647990'

red 100 ◦ green 121 ◦ blue 144

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

Shades of Slate Grey #647990

Tints of Slate Grey #647990

RGB

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

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

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

R = 27.4%
G = 33.15%
B = 39.45%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#647990 (or 0x647990) is known color: Slate Grey. HEX triplet: 64, 79 and 90. RGB value is (100,121,144). Sum of RGB (Red+Green+Blue) = 100+121+144=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #647990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647990 is #9B866F. Grayscale: #757575. Windows color (decimal): -10192496 or 9468260. OLE color: 9468260.

HSL color Cylindrical-coordinate representation of color #647990: hue angle of 211.36º 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 #647990 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 121 144 -
CMYK 0.31 0.16 0 0.44
HSL 211.36º 0.18% 0.48% -
HSV(B) 211.36º 0.31% 0.56% -
XYZ 17.13 18.4 29.03 -
YUV 117.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 100 121 144 0.31 0.16 0 0.44 211.36 0.18 0.48
Hex 64 79 90 1F 10 0 2C D3 12 30
Octal 144 171 220 37 20 0 54 323 22 60
Binary 1100100 1111001 10010000 11111 10000 0 101100 11010011 10010 110000

Color Harmonies of #647990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647990

Black with #647990

Text Example


Text Example

White with #647990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647990; }

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

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

background-color css

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

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

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

border-color css

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

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

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