Shades of Affair #694F7E
Tints of Affair #694F7E
RGB
CMYK
RGB Variations
Color information
#694F7E (or 0x694F7E) is known color: Affair. HEX triplet: 69, 4F and 7E. RGB value is (105,79,126). Sum of RGB (Red+Green+Blue) = 105+79+126=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #694F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F7E is #96B081. Grayscale: #5B5B5B. Windows color (decimal): -9875586 or 8277865. OLE color: 8277865.
HSL color Cylindrical-coordinate representation of color #694F7E: hue angle of 273.19º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694F7E is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 79 | 126 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.51 |
| HSL | 273.19º | 0.23% | 0.4% | - |
| HSV(B) | 273.19º | 0.37% | 0.49% | - |
| XYZ | 12.39 | 10.1 | 21.04 | - |
| YUV | 92.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 126 | 0.17 | 0.37 | 0 | 0.51 | 273.19 | 0.23 | 0.4 |
| Hex | 69 | 4F | 7E | 11 | 25 | 0 | 33 | 111 | 17 | 28 |
| Octal | 151 | 117 | 176 | 21 | 45 | 0 | 63 | 421 | 27 | 50 |
| Binary | 1101001 | 1001111 | 1111110 | 10001 | 100101 | 0 | 110011 | 100010001 | 10111 | 101000 |
Color Harmonies of #694F7E
Complementary color
Monochromatic Colors of #694F7E
Black with #694F7E
Text Example
Text Example
White with #694F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F7E; }
p { color: rgb(105,79,126); }
H1.HeaderClassName
{
color: #694F7E;
}
.AnyTagClassName
{
color: #694F7E;
}
</style>
background-color css
<style>
a { background-color: #694F7E; }
a { background-color: rgb(105,79,126); }
div.DivClassName
{
background-color: #694F7E;
}
.BgClassName
{
background-color: #694F7E;
}
</style>
border-color css
<style>
span { border-color: #694F7E; }
span { border-color: rgb(105,79,126); }
td.TdClassName
{
border-color: #694F7E;
}
.TagClassName
{
border-color: #694F7E;
}
</style>