Shades of Lavender Blue #C6BDF6
Tints of Lavender Blue #C6BDF6
RGB
CMYK
RGB Variations
Color information
#C6BDF6 (or 0xC6BDF6) is known color: Lavender Blue. HEX triplet: C6, BD and F6. RGB value is (198,189,246). Sum of RGB (Red+Green+Blue) = 198+189+246=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #C6BDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDF6 is #394209. Grayscale: #C5C5C5. Windows color (decimal): -3752458 or 16170438. OLE color: 16170438.
HSL color Cylindrical-coordinate representation of color #C6BDF6: hue angle of 249.47º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6BDF6 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 189 | 246 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.04 |
| HSL | 249.47º | 0.76% | 0.85% | - |
| HSV(B) | 249.47º | 0.23% | 0.96% | - |
| XYZ | 58.12 | 55.05 | 94.75 | - |
| YUV | 198.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 246 | 0.20 | 0.23 | 0 | 0.04 | 249.47 | 0.76 | 0.85 |
| Hex | C6 | BD | F6 | 14 | 17 | 0 | 4 | F9 | 4C | 55 |
| Octal | 306 | 275 | 366 | 24 | 27 | 0 | 4 | 371 | 114 | 125 |
| Binary | 11000110 | 10111101 | 11110110 | 10100 | 10111 | 0 | 100 | 11111001 | 1001100 | 1010101 |
Color Harmonies of #C6BDF6
Complementary color
Monochromatic Colors of #C6BDF6
Black with #C6BDF6
Text Example
Text Example
White with #C6BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDF6; }
p { color: rgb(198,189,246); }
H1.HeaderClassName
{
color: #C6BDF6;
}
.AnyTagClassName
{
color: #C6BDF6;
}
</style>
background-color css
<style>
a { background-color: #C6BDF6; }
a { background-color: rgb(198,189,246); }
div.DivClassName
{
background-color: #C6BDF6;
}
.BgClassName
{
background-color: #C6BDF6;
}
</style>
border-color css
<style>
span { border-color: #C6BDF6; }
span { border-color: rgb(198,189,246); }
td.TdClassName
{
border-color: #C6BDF6;
}
.TagClassName
{
border-color: #C6BDF6;
}
</style>