Shades of Melrose #C6B4FC
Tints of Melrose #C6B4FC
RGB
CMYK
RGB Variations
Color information
#C6B4FC (or 0xC6B4FC) is known color: Melrose. HEX triplet: C6, B4 and FC. RGB value is (198,180,252). Sum of RGB (Red+Green+Blue) = 198+180+252=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6B4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B4FC is #394B03. Grayscale: #C1C1C1. Windows color (decimal): -3754756 or 16561350. OLE color: 16561350.
HSL color Cylindrical-coordinate representation of color #C6B4FC: hue angle of 255º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6B4FC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 180 | 252 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.01 |
| HSL | 255º | 0.92% | 0.85% | - |
| HSV(B) | 255º | 0.29% | 0.99% | - |
| XYZ | 57.18 | 51.68 | 99.06 | - |
| YUV | 193.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 252 | 0.21 | 0.29 | 0 | 0.01 | 255 | 0.92 | 0.85 |
| Hex | C6 | B4 | FC | 15 | 1D | 0 | 1 | FF | 5C | 55 |
| Octal | 306 | 264 | 374 | 25 | 35 | 0 | 1 | 377 | 134 | 125 |
| Binary | 11000110 | 10110100 | 11111100 | 10101 | 11101 | 0 | 1 | 11111111 | 1011100 | 1010101 |
Color Harmonies of #C6B4FC
Complementary color
Monochromatic Colors of #C6B4FC
Black with #C6B4FC
Text Example
Text Example
White with #C6B4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B4FC; }
p { color: rgb(198,180,252); }
H1.HeaderClassName
{
color: #C6B4FC;
}
.AnyTagClassName
{
color: #C6B4FC;
}
</style>
background-color css
<style>
a { background-color: #C6B4FC; }
a { background-color: rgb(198,180,252); }
div.DivClassName
{
background-color: #C6B4FC;
}
.BgClassName
{
background-color: #C6B4FC;
}
</style>
border-color css
<style>
span { border-color: #C6B4FC; }
span { border-color: rgb(198,180,252); }
td.TdClassName
{
border-color: #C6B4FC;
}
.TagClassName
{
border-color: #C6B4FC;
}
</style>