#694175

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

Shades of Eminence #694175

Tints of Eminence #694175

Color information

#694175 (or 0x694175) is unknown color: approx Eminence. HEX triplet: 69, 41 and 75. RGB value is (105,65,117). Sum of RGB (Red+Green+Blue) = 105+65+117=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #694175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694175 is #96BE8A. Grayscale: #525252. Windows color (decimal): -9879179 or 7684457. OLE color: 7684457.

HSL color Cylindrical-coordinate representation of color #694175: hue angle of 286.15º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #694175 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10565117-
CMYK0.100.4400.54
HSL286.15º28.57%35.69%-
HSV(B)286.15º44.44%45.88%-
XYZ10.938.0717.81-
YUV82.89147.25143.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=36.59%
G=22.65%
B=40.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105651170.100.4400.54286.1528.5735.69
Hex694175A2C03611e1d24
Octal15110116512540664363544
Binary1101001100000111101011010101100011011010001111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694175; }

 p { color: rgb(105,65,117); }

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

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

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

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

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

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

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