Shades of Affair #6D5288
Tints of Affair #6D5288
RGB
CMYK
RGB Variations
Color information
#6D5288 (or 0x6D5288) is known color: Affair. HEX triplet: 6D, 52 and 88. RGB value is (109,82,136). Sum of RGB (Red+Green+Blue) = 109+82+136=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D5288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5288 is #92AD77. Grayscale: #606060. Windows color (decimal): -9612664 or 8933997. OLE color: 8933997.
HSL color Cylindrical-coordinate representation of color #6D5288: hue angle of 270º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D5288 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 82 | 136 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.47 |
| HSL | 270º | 0.25% | 0.43% | - |
| HSV(B) | 270º | 0.4% | 0.53% | - |
| XYZ | 13.77 | 11.06 | 24.7 | - |
| YUV | 96.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 136 | 0.20 | 0.40 | 0 | 0.47 | 270 | 0.25 | 0.43 |
| Hex | 6D | 52 | 88 | 14 | 28 | 0 | 2F | 10E | 19 | 2B |
| Octal | 155 | 122 | 210 | 24 | 50 | 0 | 57 | 416 | 31 | 53 |
| Binary | 1101101 | 1010010 | 10001000 | 10100 | 101000 | 0 | 101111 | 100001110 | 11001 | 101011 |
Color Harmonies of #6D5288
Complementary color
Monochromatic Colors of #6D5288
Black with #6D5288
Text Example
Text Example
White with #6D5288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5288; }
p { color: rgb(109,82,136); }
H1.HeaderClassName
{
color: #6D5288;
}
.AnyTagClassName
{
color: #6D5288;
}
</style>
background-color css
<style>
a { background-color: #6D5288; }
a { background-color: rgb(109,82,136); }
div.DivClassName
{
background-color: #6D5288;
}
.BgClassName
{
background-color: #6D5288;
}
</style>
border-color css
<style>
span { border-color: #6D5288; }
span { border-color: rgb(109,82,136); }
td.TdClassName
{
border-color: #6D5288;
}
.TagClassName
{
border-color: #6D5288;
}
</style>