Shades of Melrose #C6AEF2
Tints of Melrose #C6AEF2
RGB
CMYK
RGB Variations
Color information
#C6AEF2 (or 0xC6AEF2) is known color: Melrose. HEX triplet: C6, AE and F2. RGB value is (198,174,242). Sum of RGB (Red+Green+Blue) = 198+174+242=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEF2 is #39510D. Grayscale: #BCBCBC. Windows color (decimal): -3756302 or 15904454. OLE color: 15904454.
HSL color Cylindrical-coordinate representation of color #C6AEF2: hue angle of 261.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6AEF2 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 174 | 242 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.05 |
| HSL | 261.18º | 0.72% | 0.82% | - |
| HSV(B) | 261.18º | 0.28% | 0.95% | - |
| XYZ | 54.45 | 48.69 | 90.53 | - |
| YUV | 188.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 242 | 0.18 | 0.28 | 0 | 0.05 | 261.18 | 0.72 | 0.82 |
| Hex | C6 | AE | F2 | 12 | 1C | 0 | 5 | 105 | 48 | 52 |
| Octal | 306 | 256 | 362 | 22 | 34 | 0 | 5 | 405 | 110 | 122 |
| Binary | 11000110 | 10101110 | 11110010 | 10010 | 11100 | 0 | 101 | 100000101 | 1001000 | 1010010 |
Color Harmonies of #C6AEF2
Complementary color
Monochromatic Colors of #C6AEF2
Black with #C6AEF2
Text Example
Text Example
White with #C6AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEF2; }
p { color: rgb(198,174,242); }
H1.HeaderClassName
{
color: #C6AEF2;
}
.AnyTagClassName
{
color: #C6AEF2;
}
</style>
background-color css
<style>
a { background-color: #C6AEF2; }
a { background-color: rgb(198,174,242); }
div.DivClassName
{
background-color: #C6AEF2;
}
.BgClassName
{
background-color: #C6AEF2;
}
</style>
border-color css
<style>
span { border-color: #C6AEF2; }
span { border-color: rgb(198,174,242); }
td.TdClassName
{
border-color: #C6AEF2;
}
.TagClassName
{
border-color: #C6AEF2;
}
</style>