Shades of Melrose #C6B5F3
Tints of Melrose #C6B5F3
RGB
CMYK
RGB Variations
Color information
#C6B5F3 (or 0xC6B5F3) is known color: Melrose. HEX triplet: C6, B5 and F3. RGB value is (198,181,243). Sum of RGB (Red+Green+Blue) = 198+181+243=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6B5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B5F3 is #394A0C. Grayscale: #C0C0C0. Windows color (decimal): -3754509 or 15971782. OLE color: 15971782.
HSL color Cylindrical-coordinate representation of color #C6B5F3: hue angle of 256.45º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6B5F3 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 181 | 243 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.05 |
| HSL | 256.45º | 0.72% | 0.83% | - |
| HSV(B) | 256.45º | 0.26% | 0.95% | - |
| XYZ | 55.99 | 51.52 | 91.79 | - |
| YUV | 193.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 243 | 0.19 | 0.26 | 0 | 0.05 | 256.45 | 0.72 | 0.83 |
| Hex | C6 | B5 | F3 | 13 | 1A | 0 | 5 | 100 | 48 | 53 |
| Octal | 306 | 265 | 363 | 23 | 32 | 0 | 5 | 400 | 110 | 123 |
| Binary | 11000110 | 10110101 | 11110011 | 10011 | 11010 | 0 | 101 | 100000000 | 1001000 | 1010011 |
Color Harmonies of #C6B5F3
Complementary color
Monochromatic Colors of #C6B5F3
Black with #C6B5F3
Text Example
Text Example
White with #C6B5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B5F3; }
p { color: rgb(198,181,243); }
H1.HeaderClassName
{
color: #C6B5F3;
}
.AnyTagClassName
{
color: #C6B5F3;
}
</style>
background-color css
<style>
a { background-color: #C6B5F3; }
a { background-color: rgb(198,181,243); }
div.DivClassName
{
background-color: #C6B5F3;
}
.BgClassName
{
background-color: #C6B5F3;
}
</style>
border-color css
<style>
span { border-color: #C6B5F3; }
span { border-color: rgb(198,181,243); }
td.TdClassName
{
border-color: #C6B5F3;
}
.TagClassName
{
border-color: #C6B5F3;
}
</style>