#6B3385

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

Shades of Eminence #6B3385

Tints of Eminence #6B3385

Color information

#6B3385 (or 0x6B3385) is unknown color: approx Eminence. HEX triplet: 6B, 33 and 85. RGB value is (107,51,133). Sum of RGB (Red+Green+Blue) = 107+51+133=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B3385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3385 is #94CC7A. Grayscale: #4C4C4C. Windows color (decimal): -9751675 or 8729451. OLE color: 8729451.

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

Color convert

RGB10751133-
CMYK0.200.6200.48
HSL280.98º44.57%36.08%-
HSV(B)280.98º61.65%52.16%-
XYZ11.487.1922.97-
YUV77.09159.55149.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.77%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=36.77%
G=17.53%
B=45.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107511330.200.6200.48280.9844.5736.08
Hex6B3385143E0301192d24
Octal1536320524760604315544
Binary110101111001110000101101001111100110000100011001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,133); }

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

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

 a { background-color: rgb(107,51,133); }

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

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

 span { border-color: rgb(107,51,133); }

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