Shades of Affair #694F83
Tints of Affair #694F83
RGB
CMYK
RGB Variations
Color information
#694F83 (or 0x694F83) is known color: Affair. HEX triplet: 69, 4F and 83. RGB value is (105,79,131). Sum of RGB (Red+Green+Blue) = 105+79+131=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: blue. Hex color #694F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694F83 is #96B07C. Grayscale: #5C5C5C. Windows color (decimal): -9875581 or 8605545. OLE color: 8605545.
HSL color Cylindrical-coordinate representation of color #694F83: hue angle of 270º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #694F83 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 79 | 131 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.49 |
| HSL | 270º | 0.25% | 0.41% | - |
| HSV(B) | 270º | 0.4% | 0.51% | - |
| XYZ | 12.72 | 10.23 | 22.78 | - |
| YUV | 92.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 131 | 0.20 | 0.40 | 0 | 0.49 | 270 | 0.25 | 0.41 |
| Hex | 69 | 4F | 83 | 14 | 28 | 0 | 31 | 10E | 19 | 29 |
| Octal | 151 | 117 | 203 | 24 | 50 | 0 | 61 | 416 | 31 | 51 |
| Binary | 1101001 | 1001111 | 10000011 | 10100 | 101000 | 0 | 110001 | 100001110 | 11001 | 101001 |
Color Harmonies of #694F83
Complementary color
Monochromatic Colors of #694F83
Black with #694F83
Text Example
Text Example
White with #694F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F83; }
p { color: rgb(105,79,131); }
H1.HeaderClassName
{
color: #694F83;
}
.AnyTagClassName
{
color: #694F83;
}
</style>
background-color css
<style>
a { background-color: #694F83; }
a { background-color: rgb(105,79,131); }
div.DivClassName
{
background-color: #694F83;
}
.BgClassName
{
background-color: #694F83;
}
</style>
border-color css
<style>
span { border-color: #694F83; }
span { border-color: rgb(105,79,131); }
td.TdClassName
{
border-color: #694F83;
}
.TagClassName
{
border-color: #694F83;
}
</style>