#6C417B

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

Shades of Eminence #6C417B

Tints of Eminence #6C417B

Color information

#6C417B (or 0x6C417B) is unknown color: approx Eminence. HEX triplet: 6C, 41 and 7B. RGB value is (108,65,123). Sum of RGB (Red+Green+Blue) = 108+65+123=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C417B is #93BE84. Grayscale: #545454. Windows color (decimal): -9682565 or 8077676. OLE color: 8077676.

HSL color Cylindrical-coordinate representation of color #6C417B: hue angle of 284.48º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C417B is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10865123-
CMYK0.120.4700.52
HSL284.48º30.85%36.86%-
HSV(B)284.48º47.15%48.24%-
XYZ11.658.419.75-
YUV84.47149.75144.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.49%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 123 (48.44% from 255) = 41.55%
R=36.49%
G=21.96%
B=41.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108651230.120.4700.52284.4830.8536.86
Hex6C417BC2F03411c1f25
Octal15410117314570644343745
Binary1101100100000111110111100101111011010010001110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,65,123); }

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

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

 a { background-color: rgb(108,65,123); }

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

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

 span { border-color: rgb(108,65,123); }

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