Shades of Affair #6F498C
Tints of Affair #6F498C
RGB
CMYK
RGB Variations
Color information
#6F498C (or 0x6F498C) is known color: Affair. HEX triplet: 6F, 49 and 8C. RGB value is (111,73,140). Sum of RGB (Red+Green+Blue) = 111+73+140=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F498C is #90B673. Grayscale: #5B5B5B. Windows color (decimal): -9483892 or 9193839. OLE color: 9193839.
HSL color Cylindrical-coordinate representation of color #6F498C: hue angle of 274.03º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F498C is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 73 | 140 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.45 |
| HSL | 274.03º | 0.31% | 0.42% | - |
| HSV(B) | 274.03º | 0.48% | 0.55% | - |
| XYZ | 13.67 | 10.04 | 26.03 | - |
| YUV | 92 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 140 | 0.21 | 0.48 | 0 | 0.45 | 274.03 | 0.31 | 0.42 |
| Hex | 6F | 49 | 8C | 15 | 30 | 0 | 2D | 112 | 1F | 2A |
| Octal | 157 | 111 | 214 | 25 | 60 | 0 | 55 | 422 | 37 | 52 |
| Binary | 1101111 | 1001001 | 10001100 | 10101 | 110000 | 0 | 101101 | 100010010 | 11111 | 101010 |
Color Harmonies of #6F498C
Complementary color
Monochromatic Colors of #6F498C
Black with #6F498C
Text Example
Text Example
White with #6F498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F498C; }
p { color: rgb(111,73,140); }
H1.HeaderClassName
{
color: #6F498C;
}
.AnyTagClassName
{
color: #6F498C;
}
</style>
background-color css
<style>
a { background-color: #6F498C; }
a { background-color: rgb(111,73,140); }
div.DivClassName
{
background-color: #6F498C;
}
.BgClassName
{
background-color: #6F498C;
}
</style>
border-color css
<style>
span { border-color: #6F498C; }
span { border-color: rgb(111,73,140); }
td.TdClassName
{
border-color: #6F498C;
}
.TagClassName
{
border-color: #6F498C;
}
</style>