Shades of Affair #6E488B
Tints of Affair #6E488B
RGB
CMYK
RGB Variations
Color information
#6E488B (or 0x6E488B) is known color: Affair. HEX triplet: 6E, 48 and 8B. RGB value is (110,72,139). Sum of RGB (Red+Green+Blue) = 110+72+139=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E488B is #91B774. Grayscale: #5A5A5A. Windows color (decimal): -9549685 or 9128046. OLE color: 9128046.
HSL color Cylindrical-coordinate representation of color #6E488B: hue angle of 274.03º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E488B is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 72 | 139 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.45 |
| HSL | 274.03º | 0.32% | 0.41% | - |
| HSV(B) | 274.03º | 0.48% | 0.55% | - |
| XYZ | 13.41 | 9.81 | 25.61 | - |
| YUV | 91 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 139 | 0.21 | 0.48 | 0 | 0.45 | 274.03 | 0.32 | 0.41 |
| Hex | 6E | 48 | 8B | 15 | 30 | 0 | 2D | 112 | 20 | 29 |
| Octal | 156 | 110 | 213 | 25 | 60 | 0 | 55 | 422 | 40 | 51 |
| Binary | 1101110 | 1001000 | 10001011 | 10101 | 110000 | 0 | 101101 | 100010010 | 100000 | 101001 |
Color Harmonies of #6E488B
Complementary color
Monochromatic Colors of #6E488B
Black with #6E488B
Text Example
Text Example
White with #6E488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E488B; }
p { color: rgb(110,72,139); }
H1.HeaderClassName
{
color: #6E488B;
}
.AnyTagClassName
{
color: #6E488B;
}
</style>
background-color css
<style>
a { background-color: #6E488B; }
a { background-color: rgb(110,72,139); }
div.DivClassName
{
background-color: #6E488B;
}
.BgClassName
{
background-color: #6E488B;
}
</style>
border-color css
<style>
span { border-color: #6E488B; }
span { border-color: rgb(110,72,139); }
td.TdClassName
{
border-color: #6E488B;
}
.TagClassName
{
border-color: #6E488B;
}
</style>