Shades of Melrose #C6ADF6
Tints of Melrose #C6ADF6
RGB
CMYK
RGB Variations
Color information
#C6ADF6 (or 0xC6ADF6) is known color: Melrose. HEX triplet: C6, AD and F6. RGB value is (198,173,246). Sum of RGB (Red+Green+Blue) = 198+173+246=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #C6ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADF6 is #395209. Grayscale: #BCBCBC. Windows color (decimal): -3756554 or 16166342. OLE color: 16166342.
HSL color Cylindrical-coordinate representation of color #C6ADF6: hue angle of 260.55º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6ADF6 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 173 | 246 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.04 |
| HSL | 260.55º | 0.8% | 0.82% | - |
| HSV(B) | 260.55º | 0.3% | 0.96% | - |
| XYZ | 54.87 | 48.55 | 93.67 | - |
| YUV | 188.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 246 | 0.20 | 0.30 | 0 | 0.04 | 260.55 | 0.8 | 0.82 |
| Hex | C6 | AD | F6 | 14 | 1E | 0 | 4 | 105 | 50 | 52 |
| Octal | 306 | 255 | 366 | 24 | 36 | 0 | 4 | 405 | 120 | 122 |
| Binary | 11000110 | 10101101 | 11110110 | 10100 | 11110 | 0 | 100 | 100000101 | 1010000 | 1010010 |
Color Harmonies of #C6ADF6
Complementary color
Monochromatic Colors of #C6ADF6
Black with #C6ADF6
Text Example
Text Example
White with #C6ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADF6; }
p { color: rgb(198,173,246); }
H1.HeaderClassName
{
color: #C6ADF6;
}
.AnyTagClassName
{
color: #C6ADF6;
}
</style>
background-color css
<style>
a { background-color: #C6ADF6; }
a { background-color: rgb(198,173,246); }
div.DivClassName
{
background-color: #C6ADF6;
}
.BgClassName
{
background-color: #C6ADF6;
}
</style>
border-color css
<style>
span { border-color: #C6ADF6; }
span { border-color: rgb(198,173,246); }
td.TdClassName
{
border-color: #C6ADF6;
}
.TagClassName
{
border-color: #C6ADF6;
}
</style>