#694989

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

Shades of Affair #694989

Tints of Affair #694989

Color information

#694989 (or 0x694989) is unknown color: approx Affair. HEX triplet: 69, 49 and 89. RGB value is (105,73,137). Sum of RGB (Red+Green+Blue) = 105+73+137=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #694989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694989 is #96B676. Grayscale: #595959. Windows color (decimal): -9877111 or 8997225. OLE color: 8997225.

HSL color Cylindrical-coordinate representation of color #694989: hue angle of 270º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #694989 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10573137-
CMYK0.230.4700.46
HSL270º30.48%41.18%-
HSV(B)270º46.72%53.73%-
XYZ12.729.5724.84-
YUV89.86154.6138.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=33.33%
G=23.17%
B=43.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105731370.230.4700.4627030.4841.18
Hex694989172F02E10e1e29
Octal15111121127570564163651
Binary110100110010011000100110111101111010111010000111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694989; }

 p { color: rgb(105,73,137); }

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

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

 a { background-color: rgb(105,73,137); }

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

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

 span { border-color: rgb(105,73,137); }

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