Shades of Melrose #C6BAF0
Tints of Melrose #C6BAF0
RGB
CMYK
RGB Variations
Color information
#C6BAF0 (or 0xC6BAF0) is known color: Melrose. HEX triplet: C6, BA and F0. RGB value is (198,186,240). Sum of RGB (Red+Green+Blue) = 198+186+240=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #C6BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAF0 is #39450F. Grayscale: #C3C3C3. Windows color (decimal): -3753232 or 15776454. OLE color: 15776454.
HSL color Cylindrical-coordinate representation of color #C6BAF0: hue angle of 253.33º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6BAF0 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 186 | 240 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.06 |
| HSL | 253.33º | 0.64% | 0.84% | - |
| HSV(B) | 253.33º | 0.23% | 0.94% | - |
| XYZ | 56.58 | 53.41 | 89.77 | - |
| YUV | 195.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 240 | 0.18 | 0.22 | 0 | 0.06 | 253.33 | 0.64 | 0.84 |
| Hex | C6 | BA | F0 | 12 | 16 | 0 | 6 | FD | 40 | 54 |
| Octal | 306 | 272 | 360 | 22 | 26 | 0 | 6 | 375 | 100 | 124 |
| Binary | 11000110 | 10111010 | 11110000 | 10010 | 10110 | 0 | 110 | 11111101 | 1000000 | 1010100 |
Color Harmonies of #C6BAF0
Complementary color
Monochromatic Colors of #C6BAF0
Black with #C6BAF0
Text Example
Text Example
White with #C6BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAF0; }
p { color: rgb(198,186,240); }
H1.HeaderClassName
{
color: #C6BAF0;
}
.AnyTagClassName
{
color: #C6BAF0;
}
</style>
background-color css
<style>
a { background-color: #C6BAF0; }
a { background-color: rgb(198,186,240); }
div.DivClassName
{
background-color: #C6BAF0;
}
.BgClassName
{
background-color: #C6BAF0;
}
</style>
border-color css
<style>
span { border-color: #C6BAF0; }
span { border-color: rgb(198,186,240); }
td.TdClassName
{
border-color: #C6BAF0;
}
.TagClassName
{
border-color: #C6BAF0;
}
</style>