Shades of Affair #694F7C
Tints of Affair #694F7C
RGB
CMYK
RGB Variations
Color information
#694F7C (or 0x694F7C) is known color: Affair. HEX triplet: 69, 4F and 7C. RGB value is (105,79,124). Sum of RGB (Red+Green+Blue) = 105+79+124=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #694F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F7C is #96B083. Grayscale: #5B5B5B. Windows color (decimal): -9875588 or 8146793. OLE color: 8146793.
HSL color Cylindrical-coordinate representation of color #694F7C: hue angle of 274.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #694F7C is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 79 | 124 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.51 |
| HSL | 274.67º | 0.22% | 0.4% | - |
| HSV(B) | 274.67º | 0.36% | 0.49% | - |
| XYZ | 12.26 | 10.05 | 20.36 | - |
| YUV | 91.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 124 | 0.15 | 0.36 | 0 | 0.51 | 274.67 | 0.22 | 0.4 |
| Hex | 69 | 4F | 7C | F | 24 | 0 | 33 | 113 | 16 | 28 |
| Octal | 151 | 117 | 174 | 17 | 44 | 0 | 63 | 423 | 26 | 50 |
| Binary | 1101001 | 1001111 | 1111100 | 1111 | 100100 | 0 | 110011 | 100010011 | 10110 | 101000 |
Color Harmonies of #694F7C
Complementary color
Monochromatic Colors of #694F7C
Black with #694F7C
Text Example
Text Example
White with #694F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F7C; }
p { color: rgb(105,79,124); }
H1.HeaderClassName
{
color: #694F7C;
}
.AnyTagClassName
{
color: #694F7C;
}
</style>
background-color css
<style>
a { background-color: #694F7C; }
a { background-color: rgb(105,79,124); }
div.DivClassName
{
background-color: #694F7C;
}
.BgClassName
{
background-color: #694F7C;
}
</style>
border-color css
<style>
span { border-color: #694F7C; }
span { border-color: rgb(105,79,124); }
td.TdClassName
{
border-color: #694F7C;
}
.TagClassName
{
border-color: #694F7C;
}
</style>