#693681

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

Shades of Eminence #693681

Tints of Eminence #693681

Color information

#693681 (or 0x693681) is unknown color: approx Eminence. HEX triplet: 69, 36 and 81. RGB value is (105,54,129). Sum of RGB (Red+Green+Blue) = 105+54+129=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #693681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693681 is #96C97E. Grayscale: #4D4D4D. Windows color (decimal): -9881983 or 8468073. OLE color: 8468073.

HSL color Cylindrical-coordinate representation of color #693681: hue angle of 280.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693681 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10554129-
CMYK0.190.5800.49
HSL280.8º40.98%35.88%-
HSV(B)280.8º58.14%50.59%-
XYZ11.117.2321.58-
YUV77.8156.9147.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 129 (50.78% from 255) = 44.79%
R=36.46%
G=18.75%
B=44.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105541290.190.5800.49280.840.9835.88
Hex693681133A0311192924
Octal1516620123720614315144
Binary110100111011010000001100111110100110001100011001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693681; }

 p { color: rgb(105,54,129); }

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

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

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

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

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

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

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