Shades of Affair #694B80
Tints of Affair #694B80
RGB
CMYK
RGB Variations
Color information
#694B80 (or 0x694B80) is known color: Affair. HEX triplet: 69, 4B and 80. RGB value is (105,75,128). Sum of RGB (Red+Green+Blue) = 105+75+128=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #694B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694B80 is #96B47F. Grayscale: #595959. Windows color (decimal): -9876608 or 8407913. OLE color: 8407913.
HSL color Cylindrical-coordinate representation of color #694B80: hue angle of 273.96º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #694B80 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 75 | 128 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.50 |
| HSL | 273.96º | 0.26% | 0.4% | - |
| HSV(B) | 273.96º | 0.41% | 0.5% | - |
| XYZ | 12.24 | 9.59 | 21.63 | - |
| YUV | 90.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 128 | 0.18 | 0.41 | 0 | 0.50 | 273.96 | 0.26 | 0.4 |
| Hex | 69 | 4B | 80 | 12 | 29 | 0 | 32 | 112 | 1A | 28 |
| Octal | 151 | 113 | 200 | 22 | 51 | 0 | 62 | 422 | 32 | 50 |
| Binary | 1101001 | 1001011 | 10000000 | 10010 | 101001 | 0 | 110010 | 100010010 | 11010 | 101000 |
Color Harmonies of #694B80
Complementary color
Monochromatic Colors of #694B80
Black with #694B80
Text Example
Text Example
White with #694B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B80; }
p { color: rgb(105,75,128); }
H1.HeaderClassName
{
color: #694B80;
}
.AnyTagClassName
{
color: #694B80;
}
</style>
background-color css
<style>
a { background-color: #694B80; }
a { background-color: rgb(105,75,128); }
div.DivClassName
{
background-color: #694B80;
}
.BgClassName
{
background-color: #694B80;
}
</style>
border-color css
<style>
span { border-color: #694B80; }
span { border-color: rgb(105,75,128); }
td.TdClassName
{
border-color: #694B80;
}
.TagClassName
{
border-color: #694B80;
}
</style>