#69486D

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

Shades of Eminence #69486D

Tints of Eminence #69486D

Color information

#69486D (or 0x69486D) is unknown color: approx Eminence. HEX triplet: 69, 48 and 6D. RGB value is (105,72,109). Sum of RGB (Red+Green+Blue) = 105+72+109=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #69486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69486D is #96B792. Grayscale: #555555. Windows color (decimal): -9877395 or 7161961. OLE color: 7161961.

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

Color convert

RGB10572109-
CMYK0.040.3400.57
HSL293.51º20.44%35.49%-
HSV(B)293.51º33.94%42.75%-
XYZ10.98.7415.58-
YUV86.08140.93141.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=36.71%
G=25.17%
B=38.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105721090.040.3400.57293.5120.4435.49
Hex69486D4220391261423
Octal1511101554420714462443
Binary110100110010001101101100100010011100110010011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69486D; }

 p { color: rgb(105,72,109); }

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

<style>
 a { background-color: #69486D; }

 a { background-color: rgb(105,72,109); }

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

<style>
 span { border-color: #69486D; }

 span { border-color: rgb(105,72,109); }

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