Shades of Affair #6F497A
Tints of Affair #6F497A
RGB
CMYK
RGB Variations
Color information
#6F497A (or 0x6F497A) is known color: Affair. HEX triplet: 6F, 49 and 7A. RGB value is (111,73,122). Sum of RGB (Red+Green+Blue) = 111+73+122=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F497A is #90B685. Grayscale: #595959. Windows color (decimal): -9483910 or 8014191. OLE color: 8014191.
HSL color Cylindrical-coordinate representation of color #6F497A: hue angle of 286.53º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F497A is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 73 | 122 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.52 |
| HSL | 286.53º | 0.25% | 0.38% | - |
| HSV(B) | 286.53º | 0.4% | 0.48% | - |
| XYZ | 12.45 | 9.55 | 19.6 | - |
| YUV | 89.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 122 | 0.09 | 0.40 | 0 | 0.52 | 286.53 | 0.25 | 0.38 |
| Hex | 6F | 49 | 7A | 9 | 28 | 0 | 34 | 11F | 19 | 26 |
| Octal | 157 | 111 | 172 | 11 | 50 | 0 | 64 | 437 | 31 | 46 |
| Binary | 1101111 | 1001001 | 1111010 | 1001 | 101000 | 0 | 110100 | 100011111 | 11001 | 100110 |
Color Harmonies of #6F497A
Complementary color
Monochromatic Colors of #6F497A
Black with #6F497A
Text Example
Text Example
White with #6F497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F497A; }
p { color: rgb(111,73,122); }
H1.HeaderClassName
{
color: #6F497A;
}
.AnyTagClassName
{
color: #6F497A;
}
</style>
background-color css
<style>
a { background-color: #6F497A; }
a { background-color: rgb(111,73,122); }
div.DivClassName
{
background-color: #6F497A;
}
.BgClassName
{
background-color: #6F497A;
}
</style>
border-color css
<style>
span { border-color: #6F497A; }
span { border-color: rgb(111,73,122); }
td.TdClassName
{
border-color: #6F497A;
}
.TagClassName
{
border-color: #6F497A;
}
</style>