#694982

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

Shades of Affair #694982

Tints of Affair #694982

Color information

#694982 (or 0x694982) is unknown color: approx Affair. HEX triplet: 69, 49 and 82. RGB value is (105,73,130). Sum of RGB (Red+Green+Blue) = 105+73+130=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #694982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694982 is #96B67D. Grayscale: #585858. Windows color (decimal): -9877118 or 8538473. OLE color: 8538473.

HSL color Cylindrical-coordinate representation of color #694982: hue angle of 273.68º 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 #694982 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10573130-
CMYK0.190.4400.49
HSL273.68º28.08%39.8%-
HSV(B)273.68º43.85%50.98%-
XYZ12.249.3822.28-
YUV89.07151.1139.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=34.09%
G=23.70%
B=42.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105731300.190.4400.49273.6828.0839.8
Hex694982132C0311121c28
Octal15111120223540614223450
Binary110100110010011000001010011101100011000110001001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694982; }

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

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

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

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

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

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

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

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