#694269

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

Shades of Eminence #694269

Tints of Eminence #694269

Color information

#694269 (or 0x694269) is unknown color: approx Eminence. HEX triplet: 69, 42 and 69. RGB value is (105,66,105). Sum of RGB (Red+Green+Blue) = 105+66+105=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #694269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694269 is #96BD96. Grayscale: #515151. Windows color (decimal): -9878935 or 6898281. OLE color: 6898281.

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

Color convert

RGB10566105-
CMYK00.3700.59
HSL300º22.81%33.53%-
HSV(B)300º37.14%41.18%-
XYZ10.327.9214.35-
YUV82.11140.92144.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=38.04%
G=23.91%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1056610500.3700.5930022.8133.53
Hex69426902503B12c1722
Octal1511021510450734542742
Binary1101001100001011010010100101011101110010110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694269; }

 p { color: rgb(105,66,105); }

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

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

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

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

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

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

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