Shades of Affair #6D5385
Tints of Affair #6D5385
RGB
CMYK
RGB Variations
Color information
#6D5385 (or 0x6D5385) is known color: Affair. HEX triplet: 6D, 53 and 85. RGB value is (109,83,133). Sum of RGB (Red+Green+Blue) = 109+83+133=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D5385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5385 is #92AC7A. Grayscale: #606060. Windows color (decimal): -9612411 or 8737645. OLE color: 8737645.
HSL color Cylindrical-coordinate representation of color #6D5385: hue angle of 271.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D5385 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 83 | 133 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.48 |
| HSL | 271.2º | 0.23% | 0.42% | - |
| HSV(B) | 271.2º | 0.38% | 0.52% | - |
| XYZ | 13.63 | 11.13 | 23.62 | - |
| YUV | 96.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 133 | 0.18 | 0.38 | 0 | 0.48 | 271.2 | 0.23 | 0.42 |
| Hex | 6D | 53 | 85 | 12 | 26 | 0 | 30 | 10F | 17 | 2A |
| Octal | 155 | 123 | 205 | 22 | 46 | 0 | 60 | 417 | 27 | 52 |
| Binary | 1101101 | 1010011 | 10000101 | 10010 | 100110 | 0 | 110000 | 100001111 | 10111 | 101010 |
Color Harmonies of #6D5385
Complementary color
Monochromatic Colors of #6D5385
Black with #6D5385
Text Example
Text Example
White with #6D5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5385; }
p { color: rgb(109,83,133); }
H1.HeaderClassName
{
color: #6D5385;
}
.AnyTagClassName
{
color: #6D5385;
}
</style>
background-color css
<style>
a { background-color: #6D5385; }
a { background-color: rgb(109,83,133); }
div.DivClassName
{
background-color: #6D5385;
}
.BgClassName
{
background-color: #6D5385;
}
</style>
border-color css
<style>
span { border-color: #6D5385; }
span { border-color: rgb(109,83,133); }
td.TdClassName
{
border-color: #6D5385;
}
.TagClassName
{
border-color: #6D5385;
}
</style>