#6A426B

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

Shades of Eminence #6A426B

Tints of Eminence #6A426B

Color information

#6A426B (or 0x6A426B) is unknown color: approx Eminence. HEX triplet: 6A, 42 and 6B. RGB value is (106,66,107). Sum of RGB (Red+Green+Blue) = 106+66+107=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A426B is #95BD94. Grayscale: #525252. Windows color (decimal): -9813397 or 7029354. OLE color: 7029354.

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

Color convert

RGB10666107-
CMYK0.010.3800.58
HSL298.54º23.7%33.92%-
HSV(B)298.54º38.32%41.96%-
XYZ10.558.0214.9-
YUV82.63141.75144.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=37.99%
G=23.66%
B=38.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106661070.010.3800.58298.5423.733.92
Hex6A426B12603A12b1822
Octal1521021531460724533042
Binary1101010100001011010111100110011101010010101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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