#694681

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

Shades of Affair #694681

Tints of Affair #694681

Color information

#694681 (or 0x694681) is unknown color: approx Affair. HEX triplet: 69, 46 and 81. RGB value is (105,70,129). Sum of RGB (Red+Green+Blue) = 105+70+129=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #694681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694681 is #96B97E. Grayscale: #565656. Windows color (decimal): -9877887 or 8472169. OLE color: 8472169.

HSL color Cylindrical-coordinate representation of color #694681: hue angle of 275.59º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #694681 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10570129-
CMYK0.190.4600.49
HSL275.59º29.65%39.02%-
HSV(B)275.59º45.74%50.59%-
XYZ11.988.9721.87-
YUV87.19151.6140.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=34.54%
G=23.03%
B=42.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105701290.190.4600.49275.5929.6539.02
Hex694681132E0311141e27
Octal15110620123560614243647
Binary110100110001101000000110011101110011000110001010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694681; }

 p { color: rgb(105,70,129); }

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

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

 a { background-color: rgb(105,70,129); }

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

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

 span { border-color: rgb(105,70,129); }

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