Shades of Affair #6C5385
Tints of Affair #6C5385
RGB
CMYK
RGB Variations
Color information
#6C5385 (or 0x6C5385) is known color: Affair. HEX triplet: 6C, 53 and 85. RGB value is (108,83,133). Sum of RGB (Red+Green+Blue) = 108+83+133=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C5385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5385 is #93AC7A. Grayscale: #606060. Windows color (decimal): -9677947 or 8737644. OLE color: 8737644.
HSL color Cylindrical-coordinate representation of color #6C5385: hue angle of 270º 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 #6C5385 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 83 | 133 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.48 |
| HSL | 270º | 0.23% | 0.42% | - |
| HSV(B) | 270º | 0.38% | 0.52% | - |
| XYZ | 13.51 | 11.07 | 23.61 | - |
| YUV | 96.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 133 | 0.19 | 0.38 | 0 | 0.48 | 270 | 0.23 | 0.42 |
| Hex | 6C | 53 | 85 | 13 | 26 | 0 | 30 | 10E | 17 | 2A |
| Octal | 154 | 123 | 205 | 23 | 46 | 0 | 60 | 416 | 27 | 52 |
| Binary | 1101100 | 1010011 | 10000101 | 10011 | 100110 | 0 | 110000 | 100001110 | 10111 | 101010 |
Color Harmonies of #6C5385
Complementary color
Monochromatic Colors of #6C5385
Black with #6C5385
Text Example
Text Example
White with #6C5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5385; }
p { color: rgb(108,83,133); }
H1.HeaderClassName
{
color: #6C5385;
}
.AnyTagClassName
{
color: #6C5385;
}
</style>
background-color css
<style>
a { background-color: #6C5385; }
a { background-color: rgb(108,83,133); }
div.DivClassName
{
background-color: #6C5385;
}
.BgClassName
{
background-color: #6C5385;
}
</style>
border-color css
<style>
span { border-color: #6C5385; }
span { border-color: rgb(108,83,133); }
td.TdClassName
{
border-color: #6C5385;
}
.TagClassName
{
border-color: #6C5385;
}
</style>