Shades of Affair #694B81
Tints of Affair #694B81
RGB
CMYK
RGB Variations
Color information
#694B81 (or 0x694B81) is known color: Affair. HEX triplet: 69, 4B and 81. RGB value is (105,75,129). Sum of RGB (Red+Green+Blue) = 105+75+129=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #694B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694B81 is #96B47E. Grayscale: #595959. Windows color (decimal): -9876607 or 8473449. OLE color: 8473449.
HSL color Cylindrical-coordinate representation of color #694B81: hue angle of 273.33º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #694B81 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 75 | 129 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.49 |
| HSL | 273.33º | 0.26% | 0.4% | - |
| HSV(B) | 273.33º | 0.42% | 0.51% | - |
| XYZ | 12.3 | 9.62 | 21.98 | - |
| YUV | 90.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 129 | 0.19 | 0.42 | 0 | 0.49 | 273.33 | 0.26 | 0.4 |
| Hex | 69 | 4B | 81 | 13 | 2A | 0 | 31 | 111 | 1A | 28 |
| Octal | 151 | 113 | 201 | 23 | 52 | 0 | 61 | 421 | 32 | 50 |
| Binary | 1101001 | 1001011 | 10000001 | 10011 | 101010 | 0 | 110001 | 100010001 | 11010 | 101000 |
Color Harmonies of #694B81
Complementary color
Monochromatic Colors of #694B81
Black with #694B81
Text Example
Text Example
White with #694B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B81; }
p { color: rgb(105,75,129); }
H1.HeaderClassName
{
color: #694B81;
}
.AnyTagClassName
{
color: #694B81;
}
</style>
background-color css
<style>
a { background-color: #694B81; }
a { background-color: rgb(105,75,129); }
div.DivClassName
{
background-color: #694B81;
}
.BgClassName
{
background-color: #694B81;
}
</style>
border-color css
<style>
span { border-color: #694B81; }
span { border-color: rgb(105,75,129); }
td.TdClassName
{
border-color: #694B81;
}
.TagClassName
{
border-color: #694B81;
}
</style>