Shades of Melrose #C6BAF3
Tints of Melrose #C6BAF3
RGB
CMYK
RGB Variations
Color information
#C6BAF3 (or 0xC6BAF3) is known color: Melrose. HEX triplet: C6, BA and F3. RGB value is (198,186,243). Sum of RGB (Red+Green+Blue) = 198+186+243=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAF3 is #39450C. Grayscale: #C3C3C3. Windows color (decimal): -3753229 or 15973062. OLE color: 15973062.
HSL color Cylindrical-coordinate representation of color #C6BAF3: hue angle of 252.63º degrees, saturation: 0.7, 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 #C6BAF3 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 186 | 243 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.05 |
| HSL | 252.63º | 0.7% | 0.84% | - |
| HSV(B) | 252.63º | 0.23% | 0.95% | - |
| XYZ | 57.03 | 53.59 | 92.13 | - |
| YUV | 196.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 243 | 0.19 | 0.23 | 0 | 0.05 | 252.63 | 0.7 | 0.84 |
| Hex | C6 | BA | F3 | 13 | 17 | 0 | 5 | FD | 46 | 54 |
| Octal | 306 | 272 | 363 | 23 | 27 | 0 | 5 | 375 | 106 | 124 |
| Binary | 11000110 | 10111010 | 11110011 | 10011 | 10111 | 0 | 101 | 11111101 | 1000110 | 1010100 |
Color Harmonies of #C6BAF3
Complementary color
Monochromatic Colors of #C6BAF3
Black with #C6BAF3
Text Example
Text Example
White with #C6BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAF3; }
p { color: rgb(198,186,243); }
H1.HeaderClassName
{
color: #C6BAF3;
}
.AnyTagClassName
{
color: #C6BAF3;
}
</style>
background-color css
<style>
a { background-color: #C6BAF3; }
a { background-color: rgb(198,186,243); }
div.DivClassName
{
background-color: #C6BAF3;
}
.BgClassName
{
background-color: #C6BAF3;
}
</style>
border-color css
<style>
span { border-color: #C6BAF3; }
span { border-color: rgb(198,186,243); }
td.TdClassName
{
border-color: #C6BAF3;
}
.TagClassName
{
border-color: #C6BAF3;
}
</style>