Shades of Affair #6F527A
Tints of Affair #6F527A
RGB
CMYK
RGB Variations
Color information
#6F527A (or 0x6F527A) is known color: Affair. HEX triplet: 6F, 52 and 7A. RGB value is (111,82,122). Sum of RGB (Red+Green+Blue) = 111+82+122=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F527A is #90AD85. Grayscale: #5F5F5F. Windows color (decimal): -9481606 or 8016495. OLE color: 8016495.
HSL color Cylindrical-coordinate representation of color #6F527A: hue angle of 283.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F527A is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 82 | 122 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.52 |
| HSL | 283.5º | 0.2% | 0.4% | - |
| HSV(B) | 283.5º | 0.33% | 0.48% | - |
| XYZ | 13.09 | 10.82 | 19.81 | - |
| YUV | 95.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 122 | 0.09 | 0.33 | 0 | 0.52 | 283.5 | 0.2 | 0.4 |
| Hex | 6F | 52 | 7A | 9 | 21 | 0 | 34 | 11C | 14 | 28 |
| Octal | 157 | 122 | 172 | 11 | 41 | 0 | 64 | 434 | 24 | 50 |
| Binary | 1101111 | 1010010 | 1111010 | 1001 | 100001 | 0 | 110100 | 100011100 | 10100 | 101000 |
Color Harmonies of #6F527A
Complementary color
Monochromatic Colors of #6F527A
Black with #6F527A
Text Example
Text Example
White with #6F527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F527A; }
p { color: rgb(111,82,122); }
H1.HeaderClassName
{
color: #6F527A;
}
.AnyTagClassName
{
color: #6F527A;
}
</style>
background-color css
<style>
a { background-color: #6F527A; }
a { background-color: rgb(111,82,122); }
div.DivClassName
{
background-color: #6F527A;
}
.BgClassName
{
background-color: #6F527A;
}
</style>
border-color css
<style>
span { border-color: #6F527A; }
span { border-color: rgb(111,82,122); }
td.TdClassName
{
border-color: #6F527A;
}
.TagClassName
{
border-color: #6F527A;
}
</style>