Shades of Melrose #C6B0F7
Tints of Melrose #C6B0F7
RGB
CMYK
RGB Variations
Color information
#C6B0F7 (or 0xC6B0F7) is known color: Melrose. HEX triplet: C6, B0 and F7. RGB value is (198,176,247). Sum of RGB (Red+Green+Blue) = 198+176+247=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 247 (96.88% from 255 or 39.77% from 621); Max value from RGB is 247 - color contains mainly: blue. Hex color #C6B0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B0F7 is #394F08. Grayscale: #BEBEBE. Windows color (decimal): -3755785 or 16232646. OLE color: 16232646.
HSL color Cylindrical-coordinate representation of color #C6B0F7: hue angle of 258.59º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6B0F7 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 176 | 247 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.03 |
| HSL | 258.59º | 0.82% | 0.83% | - |
| HSV(B) | 258.59º | 0.29% | 0.97% | - |
| XYZ | 55.6 | 49.77 | 94.67 | - |
| YUV | 190.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 247 | 0.20 | 0.29 | 0 | 0.03 | 258.59 | 0.82 | 0.83 |
| Hex | C6 | B0 | F7 | 14 | 1D | 0 | 3 | 103 | 52 | 53 |
| Octal | 306 | 260 | 367 | 24 | 35 | 0 | 3 | 403 | 122 | 123 |
| Binary | 11000110 | 10110000 | 11110111 | 10100 | 11101 | 0 | 11 | 100000011 | 1010010 | 1010011 |
Color Harmonies of #C6B0F7
Complementary color
Monochromatic Colors of #C6B0F7
Black with #C6B0F7
Text Example
Text Example
White with #C6B0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B0F7; }
p { color: rgb(198,176,247); }
H1.HeaderClassName
{
color: #C6B0F7;
}
.AnyTagClassName
{
color: #C6B0F7;
}
</style>
background-color css
<style>
a { background-color: #C6B0F7; }
a { background-color: rgb(198,176,247); }
div.DivClassName
{
background-color: #C6B0F7;
}
.BgClassName
{
background-color: #C6B0F7;
}
</style>
border-color css
<style>
span { border-color: #C6B0F7; }
span { border-color: rgb(198,176,247); }
td.TdClassName
{
border-color: #C6B0F7;
}
.TagClassName
{
border-color: #C6B0F7;
}
</style>