Shades of Melrose #C6AAF9
Tints of Melrose #C6AAF9
RGB
CMYK
RGB Variations
Color information
#C6AAF9 (or 0xC6AAF9) is known color: Melrose. HEX triplet: C6, AA and F9. RGB value is (198,170,249). Sum of RGB (Red+Green+Blue) = 198+170+249=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #C6AAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAF9 is #395506. Grayscale: #BBBBBB. Windows color (decimal): -3757319 or 16362182. OLE color: 16362182.
HSL color Cylindrical-coordinate representation of color #C6AAF9: hue angle of 261.27º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6AAF9 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 170 | 249 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.02 |
| HSL | 261.27º | 0.87% | 0.82% | - |
| HSV(B) | 261.27º | 0.32% | 0.98% | - |
| XYZ | 54.76 | 47.59 | 95.92 | - |
| YUV | 187.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 249 | 0.20 | 0.32 | 0 | 0.02 | 261.27 | 0.87 | 0.82 |
| Hex | C6 | AA | F9 | 14 | 20 | 0 | 2 | 105 | 57 | 52 |
| Octal | 306 | 252 | 371 | 24 | 40 | 0 | 2 | 405 | 127 | 122 |
| Binary | 11000110 | 10101010 | 11111001 | 10100 | 100000 | 0 | 10 | 100000101 | 1010111 | 1010010 |
Color Harmonies of #C6AAF9
Complementary color
Monochromatic Colors of #C6AAF9
Black with #C6AAF9
Text Example
Text Example
White with #C6AAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAF9; }
p { color: rgb(198,170,249); }
H1.HeaderClassName
{
color: #C6AAF9;
}
.AnyTagClassName
{
color: #C6AAF9;
}
</style>
background-color css
<style>
a { background-color: #C6AAF9; }
a { background-color: rgb(198,170,249); }
div.DivClassName
{
background-color: #C6AAF9;
}
.BgClassName
{
background-color: #C6AAF9;
}
</style>
border-color css
<style>
span { border-color: #C6AAF9; }
span { border-color: rgb(198,170,249); }
td.TdClassName
{
border-color: #C6AAF9;
}
.TagClassName
{
border-color: #C6AAF9;
}
</style>