Shades of Melrose #C6B4F3
Tints of Melrose #C6B4F3
RGB
CMYK
RGB Variations
Color information
#C6B4F3 (or 0xC6B4F3) is known color: Melrose. HEX triplet: C6, B4 and F3. RGB value is (198,180,243). Sum of RGB (Red+Green+Blue) = 198+180+243=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6B4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B4F3 is #394B0C. Grayscale: #C0C0C0. Windows color (decimal): -3754765 or 15971526. OLE color: 15971526.
HSL color Cylindrical-coordinate representation of color #C6B4F3: hue angle of 257.14º 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 #C6B4F3 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 180 | 243 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.05 |
| HSL | 257.14º | 0.72% | 0.83% | - |
| HSV(B) | 257.14º | 0.26% | 0.95% | - |
| XYZ | 55.79 | 51.12 | 91.72 | - |
| YUV | 192.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 243 | 0.19 | 0.26 | 0 | 0.05 | 257.14 | 0.72 | 0.83 |
| Hex | C6 | B4 | F3 | 13 | 1A | 0 | 5 | 101 | 48 | 53 |
| Octal | 306 | 264 | 363 | 23 | 32 | 0 | 5 | 401 | 110 | 123 |
| Binary | 11000110 | 10110100 | 11110011 | 10011 | 11010 | 0 | 101 | 100000001 | 1001000 | 1010011 |
Color Harmonies of #C6B4F3
Complementary color
Monochromatic Colors of #C6B4F3
Black with #C6B4F3
Text Example
Text Example
White with #C6B4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B4F3; }
p { color: rgb(198,180,243); }
H1.HeaderClassName
{
color: #C6B4F3;
}
.AnyTagClassName
{
color: #C6B4F3;
}
</style>
background-color css
<style>
a { background-color: #C6B4F3; }
a { background-color: rgb(198,180,243); }
div.DivClassName
{
background-color: #C6B4F3;
}
.BgClassName
{
background-color: #C6B4F3;
}
</style>
border-color css
<style>
span { border-color: #C6B4F3; }
span { border-color: rgb(198,180,243); }
td.TdClassName
{
border-color: #C6B4F3;
}
.TagClassName
{
border-color: #C6B4F3;
}
</style>