Shades of Affair #694D76
Tints of Affair #694D76
RGB
CMYK
RGB Variations
Color information
#694D76 (or 0x694D76) is known color: Affair. HEX triplet: 69, 4D and 76. RGB value is (105,77,118). Sum of RGB (Red+Green+Blue) = 105+77+118=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #694D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D76 is #96B289. Grayscale: #595959. Windows color (decimal): -9876106 or 7753065. OLE color: 7753065.
HSL color Cylindrical-coordinate representation of color #694D76: hue angle of 280.98º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #694D76 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 77 | 118 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.54 |
| HSL | 280.98º | 0.21% | 0.38% | - |
| HSV(B) | 280.98º | 0.35% | 0.46% | - |
| XYZ | 11.75 | 9.62 | 18.38 | - |
| YUV | 90.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 118 | 0.11 | 0.35 | 0 | 0.54 | 280.98 | 0.21 | 0.38 |
| Hex | 69 | 4D | 76 | B | 23 | 0 | 36 | 119 | 15 | 26 |
| Octal | 151 | 115 | 166 | 13 | 43 | 0 | 66 | 431 | 25 | 46 |
| Binary | 1101001 | 1001101 | 1110110 | 1011 | 100011 | 0 | 110110 | 100011001 | 10101 | 100110 |
Color Harmonies of #694D76
Complementary color
Monochromatic Colors of #694D76
Black with #694D76
Text Example
Text Example
White with #694D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D76; }
p { color: rgb(105,77,118); }
H1.HeaderClassName
{
color: #694D76;
}
.AnyTagClassName
{
color: #694D76;
}
</style>
background-color css
<style>
a { background-color: #694D76; }
a { background-color: rgb(105,77,118); }
div.DivClassName
{
background-color: #694D76;
}
.BgClassName
{
background-color: #694D76;
}
</style>
border-color css
<style>
span { border-color: #694D76; }
span { border-color: rgb(105,77,118); }
td.TdClassName
{
border-color: #694D76;
}
.TagClassName
{
border-color: #694D76;
}
</style>