Shades of Melrose #C6B7ED
Tints of Melrose #C6B7ED
RGB
CMYK
RGB Variations
Color information
#C6B7ED (or 0xC6B7ED) is known color: Melrose. HEX triplet: C6, B7 and ED. RGB value is (198,183,237). Sum of RGB (Red+Green+Blue) = 198+183+237=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B7ED is #394812. Grayscale: #C1C1C1. Windows color (decimal): -3754003 or 15579078. OLE color: 15579078.
HSL color Cylindrical-coordinate representation of color #C6B7ED: hue angle of 256.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6B7ED is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 183 | 237 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.07 |
| HSL | 256.67º | 0.6% | 0.82% | - |
| HSV(B) | 256.67º | 0.23% | 0.93% | - |
| XYZ | 55.51 | 51.99 | 87.23 | - |
| YUV | 193.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 237 | 0.16 | 0.23 | 0 | 0.07 | 256.67 | 0.6 | 0.82 |
| Hex | C6 | B7 | ED | 10 | 17 | 0 | 7 | 101 | 3C | 52 |
| Octal | 306 | 267 | 355 | 20 | 27 | 0 | 7 | 401 | 74 | 122 |
| Binary | 11000110 | 10110111 | 11101101 | 10000 | 10111 | 0 | 111 | 100000001 | 111100 | 1010010 |
Color Harmonies of #C6B7ED
Complementary color
Monochromatic Colors of #C6B7ED
Black with #C6B7ED
Text Example
Text Example
White with #C6B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B7ED; }
p { color: rgb(198,183,237); }
H1.HeaderClassName
{
color: #C6B7ED;
}
.AnyTagClassName
{
color: #C6B7ED;
}
</style>
background-color css
<style>
a { background-color: #C6B7ED; }
a { background-color: rgb(198,183,237); }
div.DivClassName
{
background-color: #C6B7ED;
}
.BgClassName
{
background-color: #C6B7ED;
}
</style>
border-color css
<style>
span { border-color: #C6B7ED; }
span { border-color: rgb(198,183,237); }
td.TdClassName
{
border-color: #C6B7ED;
}
.TagClassName
{
border-color: #C6B7ED;
}
</style>