Shades of Affair #694D7C
Tints of Affair #694D7C
RGB
CMYK
RGB Variations
Color information
#694D7C (or 0x694D7C) is known color: Affair. HEX triplet: 69, 4D and 7C. RGB value is (105,77,124). Sum of RGB (Red+Green+Blue) = 105+77+124=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #694D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D7C is #96B283. Grayscale: #5A5A5A. Windows color (decimal): -9876100 or 8146281. OLE color: 8146281.
HSL color Cylindrical-coordinate representation of color #694D7C: hue angle of 275.74º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #694D7C is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 77 | 124 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.51 |
| HSL | 275.74º | 0.23% | 0.39% | - |
| HSV(B) | 275.74º | 0.38% | 0.49% | - |
| XYZ | 12.12 | 9.77 | 20.32 | - |
| YUV | 90.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 124 | 0.15 | 0.38 | 0 | 0.51 | 275.74 | 0.23 | 0.39 |
| Hex | 69 | 4D | 7C | F | 26 | 0 | 33 | 114 | 17 | 27 |
| Octal | 151 | 115 | 174 | 17 | 46 | 0 | 63 | 424 | 27 | 47 |
| Binary | 1101001 | 1001101 | 1111100 | 1111 | 100110 | 0 | 110011 | 100010100 | 10111 | 100111 |
Color Harmonies of #694D7C
Complementary color
Monochromatic Colors of #694D7C
Black with #694D7C
Text Example
Text Example
White with #694D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D7C; }
p { color: rgb(105,77,124); }
H1.HeaderClassName
{
color: #694D7C;
}
.AnyTagClassName
{
color: #694D7C;
}
</style>
background-color css
<style>
a { background-color: #694D7C; }
a { background-color: rgb(105,77,124); }
div.DivClassName
{
background-color: #694D7C;
}
.BgClassName
{
background-color: #694D7C;
}
</style>
border-color css
<style>
span { border-color: #694D7C; }
span { border-color: rgb(105,77,124); }
td.TdClassName
{
border-color: #694D7C;
}
.TagClassName
{
border-color: #694D7C;
}
</style>