Shades of Melrose #C6B6E6
Tints of Melrose #C6B6E6
RGB
CMYK
RGB Variations
Color information
#C6B6E6 (or 0xC6B6E6) is known color: Melrose. HEX triplet: C6, B6 and E6. RGB value is (198,182,230). Sum of RGB (Red+Green+Blue) = 198+182+230=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B6E6 is #394919. Grayscale: #C0C0C0. Windows color (decimal): -3754266 or 15120070. OLE color: 15120070.
HSL color Cylindrical-coordinate representation of color #C6B6E6: hue angle of 260º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6B6E6 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 182 | 230 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.10 |
| HSL | 260º | 0.49% | 0.81% | - |
| HSV(B) | 260º | 0.21% | 0.9% | - |
| XYZ | 54.3 | 51.17 | 81.88 | - |
| YUV | 192.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 230 | 0.14 | 0.21 | 0 | 0.10 | 260 | 0.49 | 0.81 |
| Hex | C6 | B6 | E6 | E | 15 | 0 | A | 104 | 31 | 51 |
| Octal | 306 | 266 | 346 | 16 | 25 | 0 | 12 | 404 | 61 | 121 |
| Binary | 11000110 | 10110110 | 11100110 | 1110 | 10101 | 0 | 1010 | 100000100 | 110001 | 1010001 |
Color Harmonies of #C6B6E6
Complementary color
Monochromatic Colors of #C6B6E6
Black with #C6B6E6
Text Example
Text Example
White with #C6B6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B6E6; }
p { color: rgb(198,182,230); }
H1.HeaderClassName
{
color: #C6B6E6;
}
.AnyTagClassName
{
color: #C6B6E6;
}
</style>
background-color css
<style>
a { background-color: #C6B6E6; }
a { background-color: rgb(198,182,230); }
div.DivClassName
{
background-color: #C6B6E6;
}
.BgClassName
{
background-color: #C6B6E6;
}
</style>
border-color css
<style>
span { border-color: #C6B6E6; }
span { border-color: rgb(198,182,230); }
td.TdClassName
{
border-color: #C6B6E6;
}
.TagClassName
{
border-color: #C6B6E6;
}
</style>