#6A486C

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

Shades of Eminence #6A486C

Tints of Eminence #6A486C

Color information

#6A486C (or 0x6A486C) is unknown color: approx Eminence. HEX triplet: 6A, 48 and 6C. RGB value is (106,72,108). Sum of RGB (Red+Green+Blue) = 106+72+108=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A486C is #95B793. Grayscale: #565656. Windows color (decimal): -9811860 or 7096426. OLE color: 7096426.

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

Color convert

RGB10672108-
CMYK0.020.3300.58
HSL296.67º20%35.29%-
HSV(B)296.67º33.33%42.35%-
XYZ10.978.7815.3-
YUV86.27140.26142.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=37.06%
G=25.17%
B=37.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106721080.020.3300.58296.672035.29
Hex6A486C22103A1291423
Octal1521101542410724512443
Binary11010101001000110110010100001011101010010100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,72,108); }

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

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

 a { background-color: rgb(106,72,108); }

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

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

 span { border-color: rgb(106,72,108); }

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