Shades of Melrose #C6B9E6
Tints of Melrose #C6B9E6
RGB
CMYK
RGB Variations
Color information
#C6B9E6 (or 0xC6B9E6) is known color: Melrose. HEX triplet: C6, B9 and E6. RGB value is (198,185,230). Sum of RGB (Red+Green+Blue) = 198+185+230=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6B9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B9E6 is #394619. Grayscale: #C1C1C1. Windows color (decimal): -3753498 or 15120838. OLE color: 15120838.
HSL color Cylindrical-coordinate representation of color #C6B9E6: hue angle of 257.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6B9E6 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 185 | 230 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.10 |
| HSL | 257.33º | 0.47% | 0.81% | - |
| HSV(B) | 257.33º | 0.2% | 0.9% | - |
| XYZ | 54.92 | 52.42 | 82.09 | - |
| YUV | 194.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 230 | 0.14 | 0.20 | 0 | 0.10 | 257.33 | 0.47 | 0.81 |
| Hex | C6 | B9 | E6 | E | 14 | 0 | A | 101 | 2F | 51 |
| Octal | 306 | 271 | 346 | 16 | 24 | 0 | 12 | 401 | 57 | 121 |
| Binary | 11000110 | 10111001 | 11100110 | 1110 | 10100 | 0 | 1010 | 100000001 | 101111 | 1010001 |
Color Harmonies of #C6B9E6
Complementary color
Monochromatic Colors of #C6B9E6
Black with #C6B9E6
Text Example
Text Example
White with #C6B9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B9E6; }
p { color: rgb(198,185,230); }
H1.HeaderClassName
{
color: #C6B9E6;
}
.AnyTagClassName
{
color: #C6B9E6;
}
</style>
background-color css
<style>
a { background-color: #C6B9E6; }
a { background-color: rgb(198,185,230); }
div.DivClassName
{
background-color: #C6B9E6;
}
.BgClassName
{
background-color: #C6B9E6;
}
</style>
border-color css
<style>
span { border-color: #C6B9E6; }
span { border-color: rgb(198,185,230); }
td.TdClassName
{
border-color: #C6B9E6;
}
.TagClassName
{
border-color: #C6B9E6;
}
</style>