#69466B

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

Shades of Eminence #69466B

Tints of Eminence #69466B

Color information

#69466B (or 0x69466B) is unknown color: approx Eminence. HEX triplet: 69, 46 and 6B. RGB value is (105,70,107). Sum of RGB (Red+Green+Blue) = 105+70+107=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #69466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69466B is #96B994. Grayscale: #545454. Windows color (decimal): -9877909 or 7030377. OLE color: 7030377.

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

Color convert

RGB10570107-
CMYK0.020.3500.58
HSL296.76º20.9%34.71%-
HSV(B)296.76º34.58%41.96%-
XYZ10.678.4514.98-
YUV84.68140.6142.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=37.23%
G=24.82%
B=37.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105701070.020.3500.58296.7620.934.71
Hex69466B22303A1291523
Octal1511061532430724512543
Binary11010011000110110101110100011011101010010100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69466B; }

 p { color: rgb(105,70,107); }

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

<style>
 a { background-color: #69466B; }

 a { background-color: rgb(105,70,107); }

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

<style>
 span { border-color: #69466B; }

 span { border-color: rgb(105,70,107); }

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