Shades of Melrose #C6BEF0
Tints of Melrose #C6BEF0
RGB
CMYK
RGB Variations
Color information
#C6BEF0 (or 0xC6BEF0) is known color: Melrose. HEX triplet: C6, BE and F0. RGB value is (198,190,240). Sum of RGB (Red+Green+Blue) = 198+190+240=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #C6BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEF0 is #39410F. Grayscale: #C5C5C5. Windows color (decimal): -3752208 or 15777478. OLE color: 15777478.
HSL color Cylindrical-coordinate representation of color #C6BEF0: hue angle of 249.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BEF0 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 190 | 240 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.06 |
| HSL | 249.6º | 0.63% | 0.84% | - |
| HSV(B) | 249.6º | 0.21% | 0.94% | - |
| XYZ | 57.43 | 55.12 | 90.05 | - |
| YUV | 198.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 240 | 0.18 | 0.21 | 0 | 0.06 | 249.6 | 0.63 | 0.84 |
| Hex | C6 | BE | F0 | 12 | 15 | 0 | 6 | FA | 3E | 54 |
| Octal | 306 | 276 | 360 | 22 | 25 | 0 | 6 | 372 | 76 | 124 |
| Binary | 11000110 | 10111110 | 11110000 | 10010 | 10101 | 0 | 110 | 11111010 | 111110 | 1010100 |
Color Harmonies of #C6BEF0
Complementary color
Monochromatic Colors of #C6BEF0
Black with #C6BEF0
Text Example
Text Example
White with #C6BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEF0; }
p { color: rgb(198,190,240); }
H1.HeaderClassName
{
color: #C6BEF0;
}
.AnyTagClassName
{
color: #C6BEF0;
}
</style>
background-color css
<style>
a { background-color: #C6BEF0; }
a { background-color: rgb(198,190,240); }
div.DivClassName
{
background-color: #C6BEF0;
}
.BgClassName
{
background-color: #C6BEF0;
}
</style>
border-color css
<style>
span { border-color: #C6BEF0; }
span { border-color: rgb(198,190,240); }
td.TdClassName
{
border-color: #C6BEF0;
}
.TagClassName
{
border-color: #C6BEF0;
}
</style>