Shades of Affair #6F488A
Tints of Affair #6F488A
RGB
CMYK
RGB Variations
Color information
#6F488A (or 0x6F488A) is known color: Affair. HEX triplet: 6F, 48 and 8A. RGB value is (111,72,138). Sum of RGB (Red+Green+Blue) = 111+72+138=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F488A is #90B775. Grayscale: #5A5A5A. Windows color (decimal): -9484150 or 9062511. OLE color: 9062511.
HSL color Cylindrical-coordinate representation of color #6F488A: hue angle of 275.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F488A is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 72 | 138 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.46 |
| HSL | 275.45º | 0.31% | 0.41% | - |
| HSV(B) | 275.45º | 0.48% | 0.54% | - |
| XYZ | 13.46 | 9.85 | 25.24 | - |
| YUV | 91.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 138 | 0.20 | 0.48 | 0 | 0.46 | 275.45 | 0.31 | 0.41 |
| Hex | 6F | 48 | 8A | 14 | 30 | 0 | 2E | 113 | 1F | 29 |
| Octal | 157 | 110 | 212 | 24 | 60 | 0 | 56 | 423 | 37 | 51 |
| Binary | 1101111 | 1001000 | 10001010 | 10100 | 110000 | 0 | 101110 | 100010011 | 11111 | 101001 |
Color Harmonies of #6F488A
Complementary color
Monochromatic Colors of #6F488A
Black with #6F488A
Text Example
Text Example
White with #6F488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F488A; }
p { color: rgb(111,72,138); }
H1.HeaderClassName
{
color: #6F488A;
}
.AnyTagClassName
{
color: #6F488A;
}
</style>
background-color css
<style>
a { background-color: #6F488A; }
a { background-color: rgb(111,72,138); }
div.DivClassName
{
background-color: #6F488A;
}
.BgClassName
{
background-color: #6F488A;
}
</style>
border-color css
<style>
span { border-color: #6F488A; }
span { border-color: rgb(111,72,138); }
td.TdClassName
{
border-color: #6F488A;
}
.TagClassName
{
border-color: #6F488A;
}
</style>