#6A4467

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

Shades of Eminence #6A4467

Tints of Eminence #6A4467

Color information

#6A4467 (or 0x6A4467) is unknown color: approx Eminence. HEX triplet: 6A, 44 and 67. RGB value is (106,68,103). Sum of RGB (Red+Green+Blue) = 106+68+103=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4467 is #95BB98. Grayscale: #535353. Windows color (decimal): -9812889 or 6767722. OLE color: 6767722.

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

Color convert

RGB10668103-
CMYK00.360.030.58
HSL304.74º21.84%34.12%-
HSV(B)304.74º35.85%41.57%-
XYZ10.468.1813.86-
YUV83.35139.09144.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 103 (40.62% from 255) = 37.18%
R=38.27%
G=24.55%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1066810300.360.030.58304.7421.8434.12
Hex6A446702433A1311622
Octal1521041470443724612642
Binary11010101000100110011101001001111101010011000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,68,103); }

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

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

 a { background-color: rgb(106,68,103); }

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

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

 span { border-color: rgb(106,68,103); }

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