Shades of Melrose #C6BAF1
Tints of Melrose #C6BAF1
RGB
CMYK
RGB Variations
Color information
#C6BAF1 (or 0xC6BAF1) is known color: Melrose. HEX triplet: C6, BA and F1. RGB value is (198,186,241). Sum of RGB (Red+Green+Blue) = 198+186+241=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAF1 is #39450E. Grayscale: #C3C3C3. Windows color (decimal): -3753231 or 15841990. OLE color: 15841990.
HSL color Cylindrical-coordinate representation of color #C6BAF1: hue angle of 253.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6BAF1 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 186 | 241 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.05 |
| HSL | 253.09º | 0.66% | 0.84% | - |
| HSV(B) | 253.09º | 0.23% | 0.95% | - |
| XYZ | 56.72 | 53.47 | 90.55 | - |
| YUV | 195.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 241 | 0.18 | 0.23 | 0 | 0.05 | 253.09 | 0.66 | 0.84 |
| Hex | C6 | BA | F1 | 12 | 17 | 0 | 5 | FD | 42 | 54 |
| Octal | 306 | 272 | 361 | 22 | 27 | 0 | 5 | 375 | 102 | 124 |
| Binary | 11000110 | 10111010 | 11110001 | 10010 | 10111 | 0 | 101 | 11111101 | 1000010 | 1010100 |
Color Harmonies of #C6BAF1
Complementary color
Monochromatic Colors of #C6BAF1
Black with #C6BAF1
Text Example
Text Example
White with #C6BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAF1; }
p { color: rgb(198,186,241); }
H1.HeaderClassName
{
color: #C6BAF1;
}
.AnyTagClassName
{
color: #C6BAF1;
}
</style>
background-color css
<style>
a { background-color: #C6BAF1; }
a { background-color: rgb(198,186,241); }
div.DivClassName
{
background-color: #C6BAF1;
}
.BgClassName
{
background-color: #C6BAF1;
}
</style>
border-color css
<style>
span { border-color: #C6BAF1; }
span { border-color: rgb(198,186,241); }
td.TdClassName
{
border-color: #C6BAF1;
}
.TagClassName
{
border-color: #C6BAF1;
}
</style>