Shades of Melrose #C6B5FA
Tints of Melrose #C6B5FA
RGB
CMYK
RGB Variations
Color information
#C6B5FA (or 0xC6B5FA) is known color: Melrose. HEX triplet: C6, B5 and FA. RGB value is (198,181,250). Sum of RGB (Red+Green+Blue) = 198+181+250=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6B5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B5FA is #394A05. Grayscale: #C1C1C1. Windows color (decimal): -3754502 or 16430534. OLE color: 16430534.
HSL color Cylindrical-coordinate representation of color #C6B5FA: hue angle of 254.78º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6B5FA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 181 | 250 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.02 |
| HSL | 254.78º | 0.87% | 0.85% | - |
| HSV(B) | 254.78º | 0.28% | 0.98% | - |
| XYZ | 57.07 | 51.96 | 97.46 | - |
| YUV | 193.95 | 159.63 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 250 | 0.21 | 0.28 | 0 | 0.02 | 254.78 | 0.87 | 0.85 |
| Hex | C6 | B5 | FA | 15 | 1C | 0 | 2 | FF | 57 | 55 |
| Octal | 306 | 265 | 372 | 25 | 34 | 0 | 2 | 377 | 127 | 125 |
| Binary | 11000110 | 10110101 | 11111010 | 10101 | 11100 | 0 | 10 | 11111111 | 1010111 | 1010101 |
Color Harmonies of #C6B5FA
Complementary color
Monochromatic Colors of #C6B5FA
Black with #C6B5FA
Text Example
Text Example
White with #C6B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B5FA; }
p { color: rgb(198,181,250); }
H1.HeaderClassName
{
color: #C6B5FA;
}
.AnyTagClassName
{
color: #C6B5FA;
}
</style>
background-color css
<style>
a { background-color: #C6B5FA; }
a { background-color: rgb(198,181,250); }
div.DivClassName
{
background-color: #C6B5FA;
}
.BgClassName
{
background-color: #C6B5FA;
}
</style>
border-color css
<style>
span { border-color: #C6B5FA; }
span { border-color: rgb(198,181,250); }
td.TdClassName
{
border-color: #C6B5FA;
}
.TagClassName
{
border-color: #C6B5FA;
}
</style>