Shades of Moon Raker #C6B4D9
Tints of Moon Raker #C6B4D9
RGB
CMYK
RGB Variations
Color information
#C6B4D9 (or 0xC6B4D9) is known color: Moon Raker. HEX triplet: C6, B4 and D9. RGB value is (198,180,217). Sum of RGB (Red+Green+Blue) = 198+180+217=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #C6B4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B4D9 is #394B26. Grayscale: #BDBDBD. Windows color (decimal): -3754791 or 14267590. OLE color: 14267590.
HSL color Cylindrical-coordinate representation of color #C6B4D9: hue angle of 269.19º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6B4D9 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 180 | 217 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.15 |
| HSL | 269.19º | 0.33% | 0.78% | - |
| HSV(B) | 269.19º | 0.17% | 0.85% | - |
| XYZ | 52.13 | 49.66 | 72.48 | - |
| YUV | 189.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 217 | 0.09 | 0.17 | 0 | 0.15 | 269.19 | 0.33 | 0.78 |
| Hex | C6 | B4 | D9 | 9 | 11 | 0 | F | 10D | 21 | 4E |
| Octal | 306 | 264 | 331 | 11 | 21 | 0 | 17 | 415 | 41 | 116 |
| Binary | 11000110 | 10110100 | 11011001 | 1001 | 10001 | 0 | 1111 | 100001101 | 100001 | 1001110 |
Color Harmonies of #C6B4D9
Complementary color
Monochromatic Colors of #C6B4D9
Black with #C6B4D9
Text Example
Text Example
White with #C6B4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B4D9; }
p { color: rgb(198,180,217); }
H1.HeaderClassName
{
color: #C6B4D9;
}
.AnyTagClassName
{
color: #C6B4D9;
}
</style>
background-color css
<style>
a { background-color: #C6B4D9; }
a { background-color: rgb(198,180,217); }
div.DivClassName
{
background-color: #C6B4D9;
}
.BgClassName
{
background-color: #C6B4D9;
}
</style>
border-color css
<style>
span { border-color: #C6B4D9; }
span { border-color: rgb(198,180,217); }
td.TdClassName
{
border-color: #C6B4D9;
}
.TagClassName
{
border-color: #C6B4D9;
}
</style>