Shades of Melrose #C6B7EC
Tints of Melrose #C6B7EC
RGB
CMYK
RGB Variations
Color information
#C6B7EC (or 0xC6B7EC) is known color: Melrose. HEX triplet: C6, B7 and EC. RGB value is (198,183,236). Sum of RGB (Red+Green+Blue) = 198+183+236=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B7EC is #394813. Grayscale: #C1C1C1. Windows color (decimal): -3754004 or 15513542. OLE color: 15513542.
HSL color Cylindrical-coordinate representation of color #C6B7EC: hue angle of 256.98º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6B7EC is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 183 | 236 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.07 |
| HSL | 256.98º | 0.58% | 0.82% | - |
| HSV(B) | 256.98º | 0.22% | 0.93% | - |
| XYZ | 55.36 | 51.93 | 86.46 | - |
| YUV | 193.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 236 | 0.16 | 0.22 | 0 | 0.07 | 256.98 | 0.58 | 0.82 |
| Hex | C6 | B7 | EC | 10 | 16 | 0 | 7 | 101 | 3A | 52 |
| Octal | 306 | 267 | 354 | 20 | 26 | 0 | 7 | 401 | 72 | 122 |
| Binary | 11000110 | 10110111 | 11101100 | 10000 | 10110 | 0 | 111 | 100000001 | 111010 | 1010010 |
Color Harmonies of #C6B7EC
Complementary color
Monochromatic Colors of #C6B7EC
Black with #C6B7EC
Text Example
Text Example
White with #C6B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B7EC; }
p { color: rgb(198,183,236); }
H1.HeaderClassName
{
color: #C6B7EC;
}
.AnyTagClassName
{
color: #C6B7EC;
}
</style>
background-color css
<style>
a { background-color: #C6B7EC; }
a { background-color: rgb(198,183,236); }
div.DivClassName
{
background-color: #C6B7EC;
}
.BgClassName
{
background-color: #C6B7EC;
}
</style>
border-color css
<style>
span { border-color: #C6B7EC; }
span { border-color: rgb(198,183,236); }
td.TdClassName
{
border-color: #C6B7EC;
}
.TagClassName
{
border-color: #C6B7EC;
}
</style>