Html Css Color HEX #6C4B72 Eminence

📋 copy color: '#6C4B72'

red 108 ◦ green 75 ◦ blue 114

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

Shades of Eminence #6C4B72

Tints of Eminence #6C4B72

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

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

R = 36.36%
G = 25.25%
B = 38.38%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C4B72 (or 0x6C4B72) is known color: Eminence. HEX triplet: 6C, 4B and 72. RGB value is (108,75,114). Sum of RGB (Red+Green+Blue) = 108+75+114=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C4B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4B72 is #93B48D. Grayscale: #595959. Windows color (decimal): -9680014 or 7490412. OLE color: 7490412.

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

Color convert

RGB 108 75 114 -
CMYK 0.05 0.34 0 0.55
HSL 290.77º 0.21% 0.37% -
HSV(B) 290.77º 0.34% 0.45% -
XYZ 11.74 9.44 17.12 -
YUV 89.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 108 75 114 0.05 0.34 0 0.55 290.77 0.21 0.37
Hex 6C 4B 72 5 22 0 37 123 15 25
Octal 154 113 162 5 42 0 67 443 25 45
Binary 1101100 1001011 1110010 101 100010 0 110111 100100011 10101 100101

Color Harmonies of #6C4B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4B72

Black with #6C4B72

Text Example


Text Example

White with #6C4B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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