Shades of Affair #6F498A
Tints of Affair #6F498A
RGB
CMYK
RGB Variations
Color information
#6F498A (or 0x6F498A) is known color: Affair. HEX triplet: 6F, 49 and 8A. RGB value is (111,73,138). Sum of RGB (Red+Green+Blue) = 111+73+138=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F498A is #90B675. Grayscale: #5B5B5B. Windows color (decimal): -9483894 or 9062767. OLE color: 9062767.
HSL color Cylindrical-coordinate representation of color #6F498A: hue angle of 275.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F498A is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 73 | 138 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.46 |
| HSL | 275.08º | 0.31% | 0.41% | - |
| HSV(B) | 275.08º | 0.47% | 0.54% | - |
| XYZ | 13.53 | 9.98 | 25.26 | - |
| YUV | 91.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 138 | 0.20 | 0.47 | 0 | 0.46 | 275.08 | 0.31 | 0.41 |
| Hex | 6F | 49 | 8A | 14 | 2F | 0 | 2E | 113 | 1F | 29 |
| Octal | 157 | 111 | 212 | 24 | 57 | 0 | 56 | 423 | 37 | 51 |
| Binary | 1101111 | 1001001 | 10001010 | 10100 | 101111 | 0 | 101110 | 100010011 | 11111 | 101001 |
Color Harmonies of #6F498A
Complementary color
Monochromatic Colors of #6F498A
Black with #6F498A
Text Example
Text Example
White with #6F498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F498A; }
p { color: rgb(111,73,138); }
H1.HeaderClassName
{
color: #6F498A;
}
.AnyTagClassName
{
color: #6F498A;
}
</style>
background-color css
<style>
a { background-color: #6F498A; }
a { background-color: rgb(111,73,138); }
div.DivClassName
{
background-color: #6F498A;
}
.BgClassName
{
background-color: #6F498A;
}
</style>
border-color css
<style>
span { border-color: #6F498A; }
span { border-color: rgb(111,73,138); }
td.TdClassName
{
border-color: #6F498A;
}
.TagClassName
{
border-color: #6F498A;
}
</style>