Shades of Melrose #C6AFEF
Tints of Melrose #C6AFEF
RGB
CMYK
RGB Variations
Color information
#C6AFEF (or 0xC6AFEF) is known color: Melrose. HEX triplet: C6, AF and EF. RGB value is (198,175,239). Sum of RGB (Red+Green+Blue) = 198+175+239=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFEF is #395010. Grayscale: #BCBCBC. Windows color (decimal): -3756049 or 15708102. OLE color: 15708102.
HSL color Cylindrical-coordinate representation of color #C6AFEF: hue angle of 261.56º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6AFEF is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 175 | 239 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.06 |
| HSL | 261.56º | 0.67% | 0.81% | - |
| HSV(B) | 261.56º | 0.27% | 0.94% | - |
| XYZ | 54.2 | 48.9 | 88.24 | - |
| YUV | 189.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 239 | 0.17 | 0.27 | 0 | 0.06 | 261.56 | 0.67 | 0.81 |
| Hex | C6 | AF | EF | 11 | 1B | 0 | 6 | 106 | 43 | 51 |
| Octal | 306 | 257 | 357 | 21 | 33 | 0 | 6 | 406 | 103 | 121 |
| Binary | 11000110 | 10101111 | 11101111 | 10001 | 11011 | 0 | 110 | 100000110 | 1000011 | 1010001 |
Color Harmonies of #C6AFEF
Complementary color
Monochromatic Colors of #C6AFEF
Black with #C6AFEF
Text Example
Text Example
White with #C6AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFEF; }
p { color: rgb(198,175,239); }
H1.HeaderClassName
{
color: #C6AFEF;
}
.AnyTagClassName
{
color: #C6AFEF;
}
</style>
background-color css
<style>
a { background-color: #C6AFEF; }
a { background-color: rgb(198,175,239); }
div.DivClassName
{
background-color: #C6AFEF;
}
.BgClassName
{
background-color: #C6AFEF;
}
</style>
border-color css
<style>
span { border-color: #C6AFEF; }
span { border-color: rgb(198,175,239); }
td.TdClassName
{
border-color: #C6AFEF;
}
.TagClassName
{
border-color: #C6AFEF;
}
</style>