#694668

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

Shades of Eminence #694668

Tints of Eminence #694668

Color information

#694668 (or 0x694668) is unknown color: approx Eminence. HEX triplet: 69, 46 and 68. RGB value is (105,70,104). Sum of RGB (Red+Green+Blue) = 105+70+104=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #694668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694668 is #96B997. Grayscale: #545454. Windows color (decimal): -9877912 or 6833769. OLE color: 6833769.

HSL color Cylindrical-coordinate representation of color #694668: hue angle of 301.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #694668 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB10570104-
CMYK00.330.010.59
HSL301.71º20%34.31%-
HSV(B)301.71º33.33%41.18%-
XYZ10.518.3814.16-
YUV84.34139.1142.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=37.63%
G=25.09%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1057010400.330.010.59301.712034.31
Hex69466802113B12e1422
Octal1511061500411734562442
Binary1101001100011011010000100001111101110010111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694668; }

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

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

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

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

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

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

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

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