Shades of Melrose #C6C0EF
Tints of Melrose #C6C0EF
RGB
CMYK
RGB Variations
Color information
#C6C0EF (or 0xC6C0EF) is known color: Melrose. HEX triplet: C6, C0 and EF. RGB value is (198,192,239). Sum of RGB (Red+Green+Blue) = 198+192+239=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6C0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C0EF is #393F10. Grayscale: #C6C6C6. Windows color (decimal): -3751697 or 15712454. OLE color: 15712454.
HSL color Cylindrical-coordinate representation of color #C6C0EF: hue angle of 247.66º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6C0EF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 192 | 239 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.06 |
| HSL | 247.66º | 0.59% | 0.85% | - |
| HSV(B) | 247.66º | 0.2% | 0.94% | - |
| XYZ | 57.72 | 55.94 | 89.42 | - |
| YUV | 199.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 239 | 0.17 | 0.20 | 0 | 0.06 | 247.66 | 0.59 | 0.85 |
| Hex | C6 | C0 | EF | 11 | 14 | 0 | 6 | F8 | 3B | 55 |
| Octal | 306 | 300 | 357 | 21 | 24 | 0 | 6 | 370 | 73 | 125 |
| Binary | 11000110 | 11000000 | 11101111 | 10001 | 10100 | 0 | 110 | 11111000 | 111011 | 1010101 |
Color Harmonies of #C6C0EF
Complementary color
Monochromatic Colors of #C6C0EF
Black with #C6C0EF
Text Example
Text Example
White with #C6C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0EF; }
p { color: rgb(198,192,239); }
H1.HeaderClassName
{
color: #C6C0EF;
}
.AnyTagClassName
{
color: #C6C0EF;
}
</style>
background-color css
<style>
a { background-color: #C6C0EF; }
a { background-color: rgb(198,192,239); }
div.DivClassName
{
background-color: #C6C0EF;
}
.BgClassName
{
background-color: #C6C0EF;
}
</style>
border-color css
<style>
span { border-color: #C6C0EF; }
span { border-color: rgb(198,192,239); }
td.TdClassName
{
border-color: #C6C0EF;
}
.TagClassName
{
border-color: #C6C0EF;
}
</style>