Shades of Melrose #C6B0ED
Tints of Melrose #C6B0ED
RGB
CMYK
RGB Variations
Color information
#C6B0ED (or 0xC6B0ED) is known color: Melrose. HEX triplet: C6, B0 and ED. RGB value is (198,176,237). Sum of RGB (Red+Green+Blue) = 198+176+237=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6B0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B0ED is #394F12. Grayscale: #BDBDBD. Windows color (decimal): -3755795 or 15577286. OLE color: 15577286.
HSL color Cylindrical-coordinate representation of color #C6B0ED: hue angle of 261.64º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6B0ED is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 176 | 237 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.07 |
| HSL | 261.64º | 0.63% | 0.81% | - |
| HSV(B) | 261.64º | 0.26% | 0.93% | - |
| XYZ | 54.1 | 49.17 | 86.76 | - |
| YUV | 189.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 237 | 0.16 | 0.26 | 0 | 0.07 | 261.64 | 0.63 | 0.81 |
| Hex | C6 | B0 | ED | 10 | 1A | 0 | 7 | 106 | 3F | 51 |
| Octal | 306 | 260 | 355 | 20 | 32 | 0 | 7 | 406 | 77 | 121 |
| Binary | 11000110 | 10110000 | 11101101 | 10000 | 11010 | 0 | 111 | 100000110 | 111111 | 1010001 |
Color Harmonies of #C6B0ED
Complementary color
Monochromatic Colors of #C6B0ED
Black with #C6B0ED
Text Example
Text Example
White with #C6B0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B0ED; }
p { color: rgb(198,176,237); }
H1.HeaderClassName
{
color: #C6B0ED;
}
.AnyTagClassName
{
color: #C6B0ED;
}
</style>
background-color css
<style>
a { background-color: #C6B0ED; }
a { background-color: rgb(198,176,237); }
div.DivClassName
{
background-color: #C6B0ED;
}
.BgClassName
{
background-color: #C6B0ED;
}
</style>
border-color css
<style>
span { border-color: #C6B0ED; }
span { border-color: rgb(198,176,237); }
td.TdClassName
{
border-color: #C6B0ED;
}
.TagClassName
{
border-color: #C6B0ED;
}
</style>