Shades of Melrose #C6B5EF
Tints of Melrose #C6B5EF
RGB
CMYK
RGB Variations
Color information
#C6B5EF (or 0xC6B5EF) is known color: Melrose. HEX triplet: C6, B5 and EF. RGB value is (198,181,239). Sum of RGB (Red+Green+Blue) = 198+181+239=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B5EF is #394A10. Grayscale: #C0C0C0. Windows color (decimal): -3754513 or 15709638. OLE color: 15709638.
HSL color Cylindrical-coordinate representation of color #C6B5EF: hue angle of 257.59º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6B5EF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 181 | 239 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.06 |
| HSL | 257.59º | 0.64% | 0.82% | - |
| HSV(B) | 257.59º | 0.24% | 0.94% | - |
| XYZ | 55.39 | 51.29 | 88.64 | - |
| YUV | 192.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 239 | 0.17 | 0.24 | 0 | 0.06 | 257.59 | 0.64 | 0.82 |
| Hex | C6 | B5 | EF | 11 | 18 | 0 | 6 | 102 | 40 | 52 |
| Octal | 306 | 265 | 357 | 21 | 30 | 0 | 6 | 402 | 100 | 122 |
| Binary | 11000110 | 10110101 | 11101111 | 10001 | 11000 | 0 | 110 | 100000010 | 1000000 | 1010010 |
Color Harmonies of #C6B5EF
Complementary color
Monochromatic Colors of #C6B5EF
Black with #C6B5EF
Text Example
Text Example
White with #C6B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B5EF; }
p { color: rgb(198,181,239); }
H1.HeaderClassName
{
color: #C6B5EF;
}
.AnyTagClassName
{
color: #C6B5EF;
}
</style>
background-color css
<style>
a { background-color: #C6B5EF; }
a { background-color: rgb(198,181,239); }
div.DivClassName
{
background-color: #C6B5EF;
}
.BgClassName
{
background-color: #C6B5EF;
}
</style>
border-color css
<style>
span { border-color: #C6B5EF; }
span { border-color: rgb(198,181,239); }
td.TdClassName
{
border-color: #C6B5EF;
}
.TagClassName
{
border-color: #C6B5EF;
}
</style>