#6C2584

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

Shades of Eminence #6C2584

Tints of Eminence #6C2584

Color information

#6C2584 (or 0x6C2584) is unknown color: approx Eminence. HEX triplet: 6C, 25 and 84. RGB value is (108,37,132). Sum of RGB (Red+Green+Blue) = 108+37+132=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C2584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2584 is #93DA7B. Grayscale: #444444. Windows color (decimal): -9689724 or 8660332. OLE color: 8660332.

HSL color Cylindrical-coordinate representation of color #6C2584: hue angle of 284.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C2584 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10837132-
CMYK0.180.7200.48
HSL284.84º56.21%33.14%-
HSV(B)284.84º71.97%51.76%-
XYZ11.016.1822.44-
YUV69.06163.52155.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.99%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=38.99%
G=13.36%
B=47.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108371320.180.7200.48284.8456.2133.14
Hex6C2584124803011d3821
Octal15445204221100604357041
Binary1101100100101100001001001010010000110000100011101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,37,132); }

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

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

 a { background-color: rgb(108,37,132); }

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

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

 span { border-color: rgb(108,37,132); }

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