#6C426F

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

Shades of Eminence #6C426F

Tints of Eminence #6C426F

Color information

#6C426F (or 0x6C426F) is unknown color: approx Eminence. HEX triplet: 6C, 42 and 6F. RGB value is (108,66,111). Sum of RGB (Red+Green+Blue) = 108+66+111=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C426F is #93BD90. Grayscale: #535353. Windows color (decimal): -9682321 or 7291500. OLE color: 7291500.

HSL color Cylindrical-coordinate representation of color #6C426F: hue angle of 296º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C426F is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10866111-
CMYK0.030.4100.56
HSL296º25.42%34.71%-
HSV(B)296º40.54%43.53%-
XYZ118.2316.05-
YUV83.69143.41145.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=37.89%
G=23.16%
B=38.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108661110.030.4100.5629625.4234.71
Hex6C426F3290381281923
Octal1541021573510704503143
Binary11011001000010110111111101001011100010010100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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