Html Css Color HEX #6C4768 Eminence

📋 copy color: '#6C4768'

red 108 ◦ green 71 ◦ blue 104

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

Shades of Eminence #6C4768

Tints of Eminence #6C4768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 38.16%
G = 25.09%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C4768 (or 0x6C4768) is known color: Eminence. HEX triplet: 6C, 47 and 68. RGB value is (108,71,104). Sum of RGB (Red+Green+Blue) = 108+71+104=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4768 is #93B897. Grayscale: #555555. Windows color (decimal): -9681048 or 6834028. OLE color: 6834028.

HSL color Cylindrical-coordinate representation of color #6C4768: hue angle of 306.49º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C4768 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 71 104 -
CMYK 0 0.34 0.04 0.58
HSL 306.49º 0.21% 0.35% -
HSV(B) 306.49º 0.34% 0.42% -
XYZ 10.94 8.69 14.2 -
YUV 85.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 108 71 104 0 0.34 0.04 0.58 306.49 0.21 0.35
Hex 6C 47 68 0 22 4 3A 132 15 23
Octal 154 107 150 0 42 4 72 462 25 43
Binary 1101100 1000111 1101000 0 100010 100 111010 100110010 10101 100011

Color Harmonies of #6C4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4768

Black with #6C4768

Text Example


Text Example

White with #6C4768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,71,104); }

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

background-color css

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

 a { background-color: rgb(108,71,104); }

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

border-color css

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

 span { border-color: rgb(108,71,104); }

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