#6C3485

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

Shades of Eminence #6C3485

Tints of Eminence #6C3485

Color information

#6C3485 (or 0x6C3485) is unknown color: approx Eminence. HEX triplet: 6C, 34 and 85. RGB value is (108,52,133). Sum of RGB (Red+Green+Blue) = 108+52+133=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C3485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3485 is #93CB7A. Grayscale: #4D4D4D. Windows color (decimal): -9685883 or 8729708. OLE color: 8729708.

HSL color Cylindrical-coordinate representation of color #6C3485: hue angle of 281.48º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C3485 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10852133-
CMYK0.190.6100.48
HSL281.48º43.78%36.27%-
HSV(B)281.48º60.9%52.16%-
XYZ11.657.3422.99-
YUV77.98159.05149.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.86%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=36.86%
G=17.75%
B=45.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108521330.190.6100.48281.4843.7836.27
Hex6C3485133D0301192c24
Octal1546420523750604315444
Binary110110011010010000101100111111010110000100011001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,52,133); }

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

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

 a { background-color: rgb(108,52,133); }

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

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

 span { border-color: rgb(108,52,133); }

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