Shades of Melrose #C6AFF1
Tints of Melrose #C6AFF1
RGB
CMYK
RGB Variations
Color information
#C6AFF1 (or 0xC6AFF1) is known color: Melrose. HEX triplet: C6, AF and F1. RGB value is (198,175,241). Sum of RGB (Red+Green+Blue) = 198+175+241=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFF1 is #39500E. Grayscale: #BDBDBD. Windows color (decimal): -3756047 or 15839174. OLE color: 15839174.
HSL color Cylindrical-coordinate representation of color #C6AFF1: hue angle of 260.91º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6AFF1 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 175 | 241 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.05 |
| HSL | 260.91º | 0.7% | 0.82% | - |
| HSV(B) | 260.91º | 0.27% | 0.95% | - |
| XYZ | 54.5 | 49.02 | 89.81 | - |
| YUV | 189.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 241 | 0.18 | 0.27 | 0 | 0.05 | 260.91 | 0.7 | 0.82 |
| Hex | C6 | AF | F1 | 12 | 1B | 0 | 5 | 105 | 46 | 52 |
| Octal | 306 | 257 | 361 | 22 | 33 | 0 | 5 | 405 | 106 | 122 |
| Binary | 11000110 | 10101111 | 11110001 | 10010 | 11011 | 0 | 101 | 100000101 | 1000110 | 1010010 |
Color Harmonies of #C6AFF1
Complementary color
Monochromatic Colors of #C6AFF1
Black with #C6AFF1
Text Example
Text Example
White with #C6AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFF1; }
p { color: rgb(198,175,241); }
H1.HeaderClassName
{
color: #C6AFF1;
}
.AnyTagClassName
{
color: #C6AFF1;
}
</style>
background-color css
<style>
a { background-color: #C6AFF1; }
a { background-color: rgb(198,175,241); }
div.DivClassName
{
background-color: #C6AFF1;
}
.BgClassName
{
background-color: #C6AFF1;
}
</style>
border-color css
<style>
span { border-color: #C6AFF1; }
span { border-color: rgb(198,175,241); }
td.TdClassName
{
border-color: #C6AFF1;
}
.TagClassName
{
border-color: #C6AFF1;
}
</style>