Html Css Color HEX #647EA0 Slate Grey

📋 copy color: '#647EA0'

red 100 ◦ green 126 ◦ blue 160

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

Shades of Slate Grey #647EA0

Tints of Slate Grey #647EA0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.64%

 BLUE value IS 160 (62.89% from 255) = 41.45%

R = 25.91%
G = 32.64%
B = 41.45%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#647EA0 (or 0x647EA0) is known color: Slate Grey. HEX triplet: 64, 7E and A0. RGB value is (100,126,160). Sum of RGB (Red+Green+Blue) = 100+126+160=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #647EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647EA0 is #9B815F. Grayscale: #797979. Windows color (decimal): -10191200 or 10518116. OLE color: 10518116.

HSL color Cylindrical-coordinate representation of color #647EA0: hue angle of 214º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #647EA0 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 126 160 -
CMYK 0.38 0.21 0 0.37
HSL 214º 0.24% 0.51% -
HSV(B) 214º 0.38% 0.63% -
XYZ 19.06 20.17 36.15 -
YUV 122.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 100 126 160 0.38 0.21 0 0.37 214 0.24 0.51
Hex 64 7E A0 26 15 0 25 D6 18 33
Octal 144 176 240 46 25 0 45 326 30 63
Binary 1100100 1111110 10100000 100110 10101 0 100101 11010110 11000 110011

Color Harmonies of #647EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647EA0

Black with #647EA0

Text Example


Text Example

White with #647EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,126,160); }

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

background-color css

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

 a { background-color: rgb(100,126,160); }

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

border-color css

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

 span { border-color: rgb(100,126,160); }

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