Html Css Color HEX #6C4972 Eminence

📋 copy color: '#6C4972'

red 108 ◦ green 73 ◦ blue 114

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

Shades of Eminence #6C4972

Tints of Eminence #6C4972

RGB

 RED value IS 108 (42.58% from 255) = 36.61%

 GREEN value IS 73 (28.91% from 255) = 24.75%

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 36.61%
G = 24.75%
B = 38.64%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C4972 (or 0x6C4972) is known color: Eminence. HEX triplet: 6C, 49 and 72. RGB value is (108,73,114). Sum of RGB (Red+Green+Blue) = 108+73+114=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C4972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4972 is #93B68D. Grayscale: #585858. Windows color (decimal): -9680526 or 7489900. OLE color: 7489900.

HSL color Cylindrical-coordinate representation of color #6C4972: hue angle of 291.22º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C4972 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 73 114 -
CMYK 0.05 0.36 0 0.55
HSL 291.22º 0.22% 0.37% -
HSV(B) 291.22º 0.36% 0.45% -
XYZ 11.6 9.17 17.08 -
YUV 88.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 108 73 114 0.05 0.36 0 0.55 291.22 0.22 0.37
Hex 6C 49 72 5 24 0 37 123 16 25
Octal 154 111 162 5 44 0 67 443 26 45
Binary 1101100 1001001 1110010 101 100100 0 110111 100100011 10110 100101

Color Harmonies of #6C4972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4972

Black with #6C4972

Text Example


Text Example

White with #6C4972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C4972; }

 p { color: rgb(108,73,114); }

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

background-color css

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

 a { background-color: rgb(108,73,114); }

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

border-color css

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

 span { border-color: rgb(108,73,114); }

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