#694170

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

Shades of Eminence #694170

Tints of Eminence #694170

Color information

#694170 (or 0x694170) is unknown color: approx Eminence. HEX triplet: 69, 41 and 70. RGB value is (105,65,112). Sum of RGB (Red+Green+Blue) = 105+65+112=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #694170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694170 is #96BE8F. Grayscale: #525252. Windows color (decimal): -9879184 or 7356777. OLE color: 7356777.

HSL color Cylindrical-coordinate representation of color #694170: hue angle of 291.06º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #694170 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10565112-
CMYK0.060.4200.56
HSL291.06º26.55%34.71%-
HSV(B)291.06º41.96%43.92%-
XYZ10.647.9516.3-
YUV82.32144.75144.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=37.23%
G=23.05%
B=39.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105651120.060.4200.56291.0626.5534.71
Hex69417062A0381231b23
Octal1511011606520704433343
Binary110100110000011110000110101010011100010010001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694170; }

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

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

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

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

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

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

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

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