Shades of Affair #694D83
Tints of Affair #694D83
RGB
CMYK
RGB Variations
Color information
#694D83 (or 0x694D83) is known color: Affair. HEX triplet: 69, 4D and 83. RGB value is (105,77,131). Sum of RGB (Red+Green+Blue) = 105+77+131=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #694D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694D83 is #96B27C. Grayscale: #5B5B5B. Windows color (decimal): -9876093 or 8605033. OLE color: 8605033.
HSL color Cylindrical-coordinate representation of color #694D83: hue angle of 271.11º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #694D83 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 77 | 131 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.49 |
| HSL | 271.11º | 0.26% | 0.41% | - |
| HSV(B) | 271.11º | 0.41% | 0.51% | - |
| XYZ | 12.58 | 9.95 | 22.73 | - |
| YUV | 91.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 131 | 0.20 | 0.41 | 0 | 0.49 | 271.11 | 0.26 | 0.41 |
| Hex | 69 | 4D | 83 | 14 | 29 | 0 | 31 | 10F | 1A | 29 |
| Octal | 151 | 115 | 203 | 24 | 51 | 0 | 61 | 417 | 32 | 51 |
| Binary | 1101001 | 1001101 | 10000011 | 10100 | 101001 | 0 | 110001 | 100001111 | 11010 | 101001 |
Color Harmonies of #694D83
Complementary color
Monochromatic Colors of #694D83
Black with #694D83
Text Example
Text Example
White with #694D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D83; }
p { color: rgb(105,77,131); }
H1.HeaderClassName
{
color: #694D83;
}
.AnyTagClassName
{
color: #694D83;
}
</style>
background-color css
<style>
a { background-color: #694D83; }
a { background-color: rgb(105,77,131); }
div.DivClassName
{
background-color: #694D83;
}
.BgClassName
{
background-color: #694D83;
}
</style>
border-color css
<style>
span { border-color: #694D83; }
span { border-color: rgb(105,77,131); }
td.TdClassName
{
border-color: #694D83;
}
.TagClassName
{
border-color: #694D83;
}
</style>