#693870

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

Shades of Eminence #693870

Tints of Eminence #693870

Color information

#693870 (or 0x693870) is unknown color: approx Eminence. HEX triplet: 69, 38 and 70. RGB value is (105,56,112). Sum of RGB (Red+Green+Blue) = 105+56+112=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #693870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693870 is #96C78F. Grayscale: #4C4C4C. Windows color (decimal): -9881488 or 7354473. OLE color: 7354473.

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

Color convert

RGB10556112-
CMYK0.060.5000.56
HSL292.5º33.33%32.94%-
HSV(B)292.5º50%43.92%-
XYZ10.16716.14-
YUV77.04147.73147.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=38.46%
G=20.51%
B=41.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105561120.060.5000.56292.533.3332.94
Hex6938706320381242121
Octal151701606620704444141
Binary110100111100011100001101100100111000100100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693870; }

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

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

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

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

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

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

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

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