#693E87

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

Shades of Affair #693E87

Tints of Affair #693E87

Color information

#693E87 (or 0x693E87) is unknown color: approx Affair. HEX triplet: 69, 3E and 87. RGB value is (105,62,135). Sum of RGB (Red+Green+Blue) = 105+62+135=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #693E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693E87 is #96C178. Grayscale: #525252. Windows color (decimal): -9879929 or 8863337. OLE color: 8863337.

HSL color Cylindrical-coordinate representation of color #693E87: hue angle of 275.34º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693E87 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10562135-
CMYK0.220.5400.47
HSL275.34º37.06%38.63%-
HSV(B)275.34º54.07%52.94%-
XYZ11.928.223.88-
YUV83.18157.25143.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 62 (24.61% from 255) = 20.53%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=34.77%
G=20.53%
B=44.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105621350.220.5400.47275.3437.0638.63
Hex693E87163602F1132527
Octal1517620726660574234547
Binary110100111111010000111101101101100101111100010011100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693E87; }

 p { color: rgb(105,62,135); }

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

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

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

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

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

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

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