#694983

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

Shades of Affair #694983

Tints of Affair #694983

Color information

#694983 (or 0x694983) is unknown color: approx Affair. HEX triplet: 69, 49 and 83. RGB value is (105,73,131). Sum of RGB (Red+Green+Blue) = 105+73+131=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #694983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694983 is #96B67C. Grayscale: #585858. Windows color (decimal): -9877117 or 8604009. OLE color: 8604009.

HSL color Cylindrical-coordinate representation of color #694983: hue angle of 273.1º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #694983 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10573131-
CMYK0.200.4400.49
HSL273.1º28.43%40%-
HSV(B)273.1º44.27%51.37%-
XYZ12.39.4122.64-
YUV89.18151.6139.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=33.98%
G=23.62%
B=42.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105731310.200.4400.49273.128.4340
Hex694983142C0311111c28
Octal15111120324540614213450
Binary110100110010011000001110100101100011000110001000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694983; }

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

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

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

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

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

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

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

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