Shades of Melrose #C6BAE9
Tints of Melrose #C6BAE9
RGB
CMYK
RGB Variations
Color information
#C6BAE9 (or 0xC6BAE9) is known color: Melrose. HEX triplet: C6, BA and E9. RGB value is (198,186,233). Sum of RGB (Red+Green+Blue) = 198+186+233=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 233 - color contains mainly: blue. Hex color #C6BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAE9 is #394516. Grayscale: #C2C2C2. Windows color (decimal): -3753239 or 15317702. OLE color: 15317702.
HSL color Cylindrical-coordinate representation of color #C6BAE9: hue angle of 255.32º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BAE9 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 186 | 233 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.09 |
| HSL | 255.32º | 0.52% | 0.82% | - |
| HSV(B) | 255.32º | 0.2% | 0.91% | - |
| XYZ | 55.56 | 53.01 | 84.39 | - |
| YUV | 194.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 233 | 0.15 | 0.20 | 0 | 0.09 | 255.32 | 0.52 | 0.82 |
| Hex | C6 | BA | E9 | F | 14 | 0 | 9 | FF | 34 | 52 |
| Octal | 306 | 272 | 351 | 17 | 24 | 0 | 11 | 377 | 64 | 122 |
| Binary | 11000110 | 10111010 | 11101001 | 1111 | 10100 | 0 | 1001 | 11111111 | 110100 | 1010010 |
Color Harmonies of #C6BAE9
Complementary color
Monochromatic Colors of #C6BAE9
Black with #C6BAE9
Text Example
Text Example
White with #C6BAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAE9; }
p { color: rgb(198,186,233); }
H1.HeaderClassName
{
color: #C6BAE9;
}
.AnyTagClassName
{
color: #C6BAE9;
}
</style>
background-color css
<style>
a { background-color: #C6BAE9; }
a { background-color: rgb(198,186,233); }
div.DivClassName
{
background-color: #C6BAE9;
}
.BgClassName
{
background-color: #C6BAE9;
}
</style>
border-color css
<style>
span { border-color: #C6BAE9; }
span { border-color: rgb(198,186,233); }
td.TdClassName
{
border-color: #C6BAE9;
}
.TagClassName
{
border-color: #C6BAE9;
}
</style>