#6A466D

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

Shades of Eminence #6A466D

Tints of Eminence #6A466D

Color information

#6A466D (or 0x6A466D) is unknown color: approx Eminence. HEX triplet: 6A, 46 and 6D. RGB value is (106,70,109). Sum of RGB (Red+Green+Blue) = 106+70+109=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A466D is #95B992. Grayscale: #555555. Windows color (decimal): -9812371 or 7161450. OLE color: 7161450.

HSL color Cylindrical-coordinate representation of color #6A466D: hue angle of 295.38º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A466D is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10670109-
CMYK0.030.3600.57
HSL295.38º21.79%35.1%-
HSV(B)295.38º35.78%42.75%-
XYZ10.898.5515.54-
YUV85.21141.43142.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=37.19%
G=24.56%
B=38.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106701090.030.3600.57295.3821.7935.1
Hex6A466D3240391271623
Octal1521061553440714472643
Binary11010101000110110110111100100011100110010011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,70,109); }

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

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

 a { background-color: rgb(106,70,109); }

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

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

 span { border-color: rgb(106,70,109); }

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