#6C4268

Color #6C4268 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #6C4268

Tints of Eminence #6C4268

Color information

#6C4268 (or 0x6C4268) is unknown color: approx Eminence. HEX triplet: 6C, 42 and 68. RGB value is (108,66,104). Sum of RGB (Red+Green+Blue) = 108+66+104=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4268 is #93BD97. Grayscale: #525252. Windows color (decimal): -9682328 or 6832748. OLE color: 6832748.

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

Color convert

RGB10866104-
CMYK00.390.040.58
HSL305.71º24.14%34.12%-
HSV(B)305.71º38.89%42.35%-
XYZ10.638.0814.1-
YUV82.89139.91145.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.85%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=38.85%
G=23.74%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1086610400.390.040.58305.7124.1434.12
Hex6C426802743A1321822
Octal1541021500474724623042
Binary110110010000101101000010011110011101010011001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C4268;
 }
 .AnyTagClassName
 {
   color: #6C4268;
 }
</style>
background-color css

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

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

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

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

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

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