#6A426E

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

Shades of Eminence #6A426E

Tints of Eminence #6A426E

Color information

#6A426E (or 0x6A426E) is unknown color: approx Eminence. HEX triplet: 6A, 42 and 6E. RGB value is (106,66,110). Sum of RGB (Red+Green+Blue) = 106+66+110=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A426E is #95BD91. Grayscale: #525252. Windows color (decimal): -9813394 or 7225962. OLE color: 7225962.

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

Color convert

RGB10666110-
CMYK0.040.400.57
HSL294.55º25%34.51%-
HSV(B)294.55º40%43.14%-
XYZ10.718.0915.75-
YUV82.98143.25144.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=37.59%
G=23.40%
B=39.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106661100.040.400.57294.552534.51
Hex6A426E4280391271923
Octal1521021564500714473143
Binary110101010000101101110100101000011100110010011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,110); }

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

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

 a { background-color: rgb(106,66,110); }

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

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

 span { border-color: rgb(106,66,110); }

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