#6B4970

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

Shades of Eminence #6B4970

Tints of Eminence #6B4970

Color information

#6B4970 (or 0x6B4970) is unknown color: approx Eminence. HEX triplet: 6B, 49 and 70. RGB value is (107,73,112). Sum of RGB (Red+Green+Blue) = 107+73+112=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B4970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4970 is #94B68F. Grayscale: #575757. Windows color (decimal): -9746064 or 7358827. OLE color: 7358827.

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

Color convert

RGB10773112-
CMYK0.040.3500.56
HSL292.31º21.08%36.27%-
HSV(B)292.31º34.82%43.92%-
XYZ11.379.0616.48-
YUV87.61141.76141.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=36.64%
G=25%
B=38.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107731120.040.3500.56292.3121.0836.27
Hex6B49704230381241524
Octal1531111604430704442544
Binary110101110010011110000100100011011100010010010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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