#694889

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

Shades of Affair #694889

Tints of Affair #694889

Color information

#694889 (or 0x694889) is unknown color: approx Affair. HEX triplet: 69, 48 and 89. RGB value is (105,72,137). Sum of RGB (Red+Green+Blue) = 105+72+137=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #694889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694889 is #96B776. Grayscale: #595959. Windows color (decimal): -9877367 or 8996969. OLE color: 8996969.

HSL color Cylindrical-coordinate representation of color #694889: hue angle of 270.46º degrees, saturation: 0.31, 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 #694889 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10572137-
CMYK0.230.4700.46
HSL270.46º31.1%40.98%-
HSV(B)270.46º47.45%53.73%-
XYZ12.669.4424.82-
YUV89.28154.93139.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=33.44%
G=22.93%
B=43.63%

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
Decimal105721370.230.4700.46270.4631.140.98
Hex694889172F02E10e1f29
Octal15111021127570564163751
Binary110100110010001000100110111101111010111010000111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694889; }

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

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

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

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

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

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

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

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