#6B3F6A

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

Shades of Eminence #6B3F6A

Tints of Eminence #6B3F6A

Color information

#6B3F6A (or 0x6B3F6A) is unknown color: approx Eminence. HEX triplet: 6B, 3F and 6A. RGB value is (107,63,106). Sum of RGB (Red+Green+Blue) = 107+63+106=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3F6A is #94C095. Grayscale: #505050. Windows color (decimal): -9748630 or 6963051. OLE color: 6963051.

HSL color Cylindrical-coordinate representation of color #6B3F6A: hue angle of 301.36º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B3F6A is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB10763106-
CMYK00.410.010.58
HSL301.36º25.88%33.33%-
HSV(B)301.36º41.12%41.96%-
XYZ10.447.7214.58-
YUV81.06142.08146.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.77%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=38.77%
G=22.83%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1076310600.410.010.58301.3625.8833.33
Hex6B3F6A02913A12d1a21
Octal153771520511724553241
Binary110101111111111010100101001111101010010110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,63,106); }

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

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

 a { background-color: rgb(107,63,106); }

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

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

 span { border-color: rgb(107,63,106); }

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