#6B3E70

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

Shades of Eminence #6B3E70

Tints of Eminence #6B3E70

Color information

#6B3E70 (or 0x6B3E70) is unknown color: approx Eminence. HEX triplet: 6B, 3E and 70. RGB value is (107,62,112). Sum of RGB (Red+Green+Blue) = 107+62+112=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B3E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3E70 is #94C18F. Grayscale: #515151. Windows color (decimal): -9748880 or 7356011. OLE color: 7356011.

HSL color Cylindrical-coordinate representation of color #6B3E70: hue angle of 294º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B3E70 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10762112-
CMYK0.040.4500.56
HSL294º28.74%34.12%-
HSV(B)294º44.64%43.92%-
XYZ10.717.7416.26-
YUV81.16145.41146.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.08%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=38.08%
G=22.06%
B=39.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107621120.040.4500.5629428.7434.12
Hex6B3E7042D0381261d22
Octal153761604550704463542
Binary11010111111101110000100101101011100010010011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,62,112); }

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

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

 a { background-color: rgb(107,62,112); }

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

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

 span { border-color: rgb(107,62,112); }

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