Shades of Affair #6D487D
Tints of Affair #6D487D
RGB
CMYK
RGB Variations
Color information
#6D487D (or 0x6D487D) is known color: Affair. HEX triplet: 6D, 48 and 7D. RGB value is (109,72,125). Sum of RGB (Red+Green+Blue) = 109+72+125=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D487D is #92B782. Grayscale: #585858. Windows color (decimal): -9615235 or 8210541. OLE color: 8210541.
HSL color Cylindrical-coordinate representation of color #6D487D: hue angle of 281.89º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D487D is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 72 | 125 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.51 |
| HSL | 281.89º | 0.27% | 0.39% | - |
| HSV(B) | 281.89º | 0.42% | 0.49% | - |
| XYZ | 12.33 | 9.37 | 20.56 | - |
| YUV | 89.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 125 | 0.13 | 0.42 | 0 | 0.51 | 281.89 | 0.27 | 0.39 |
| Hex | 6D | 48 | 7D | D | 2A | 0 | 33 | 11A | 1B | 27 |
| Octal | 155 | 110 | 175 | 15 | 52 | 0 | 63 | 432 | 33 | 47 |
| Binary | 1101101 | 1001000 | 1111101 | 1101 | 101010 | 0 | 110011 | 100011010 | 11011 | 100111 |
Color Harmonies of #6D487D
Complementary color
Monochromatic Colors of #6D487D
Black with #6D487D
Text Example
Text Example
White with #6D487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D487D; }
p { color: rgb(109,72,125); }
H1.HeaderClassName
{
color: #6D487D;
}
.AnyTagClassName
{
color: #6D487D;
}
</style>
background-color css
<style>
a { background-color: #6D487D; }
a { background-color: rgb(109,72,125); }
div.DivClassName
{
background-color: #6D487D;
}
.BgClassName
{
background-color: #6D487D;
}
</style>
border-color css
<style>
span { border-color: #6D487D; }
span { border-color: rgb(109,72,125); }
td.TdClassName
{
border-color: #6D487D;
}
.TagClassName
{
border-color: #6D487D;
}
</style>