Shades of Affair #694B77
Tints of Affair #694B77
RGB
CMYK
RGB Variations
Color information
#694B77 (or 0x694B77) is known color: Affair. HEX triplet: 69, 4B and 77. RGB value is (105,75,119). Sum of RGB (Red+Green+Blue) = 105+75+119=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #694B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694B77 is #96B488. Grayscale: #585858. Windows color (decimal): -9876617 or 7818089. OLE color: 7818089.
HSL color Cylindrical-coordinate representation of color #694B77: hue angle of 280.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694B77 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 75 | 119 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.53 |
| HSL | 280.91º | 0.23% | 0.38% | - |
| HSV(B) | 280.91º | 0.37% | 0.47% | - |
| XYZ | 11.67 | 9.37 | 18.65 | - |
| YUV | 88.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 119 | 0.12 | 0.37 | 0 | 0.53 | 280.91 | 0.23 | 0.38 |
| Hex | 69 | 4B | 77 | C | 25 | 0 | 35 | 119 | 17 | 26 |
| Octal | 151 | 113 | 167 | 14 | 45 | 0 | 65 | 431 | 27 | 46 |
| Binary | 1101001 | 1001011 | 1110111 | 1100 | 100101 | 0 | 110101 | 100011001 | 10111 | 100110 |
Color Harmonies of #694B77
Complementary color
Monochromatic Colors of #694B77
Black with #694B77
Text Example
Text Example
White with #694B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B77; }
p { color: rgb(105,75,119); }
H1.HeaderClassName
{
color: #694B77;
}
.AnyTagClassName
{
color: #694B77;
}
</style>
background-color css
<style>
a { background-color: #694B77; }
a { background-color: rgb(105,75,119); }
div.DivClassName
{
background-color: #694B77;
}
.BgClassName
{
background-color: #694B77;
}
</style>
border-color css
<style>
span { border-color: #694B77; }
span { border-color: rgb(105,75,119); }
td.TdClassName
{
border-color: #694B77;
}
.TagClassName
{
border-color: #694B77;
}
</style>