Shades of Lavender Blue #C6B9FF
Tints of Lavender Blue #C6B9FF
RGB
CMYK
RGB Variations
Color information
#C6B9FF (or 0xC6B9FF) is known color: Lavender Blue. HEX triplet: C6, B9 and FF. RGB value is (198,185,255). Sum of RGB (Red+Green+Blue) = 198+185+255=638 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.03% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B9FF is #394600. Grayscale: #C4C4C4. Windows color (decimal): -3753473 or 16759238. OLE color: 16759238.
HSL color Cylindrical-coordinate representation of color #C6B9FF: hue angle of 251.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6B9FF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 185 | 255 | - |
| CMYK | 0.22 | 0.27 | 0 | 0 |
| HSL | 251.14º | 1% | 0.86% | - |
| HSV(B) | 251.14º | 0.27% | 1% | - |
| XYZ | 58.69 | 53.92 | 101.92 | - |
| YUV | 196.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 255 | 0.22 | 0.27 | 0 | 0 | 251.14 | 1 | 0.86 |
| Hex | C6 | B9 | FF | 16 | 1B | 0 | 0 | FB | 64 | 56 |
| Octal | 306 | 271 | 377 | 26 | 33 | 0 | 0 | 373 | 144 | 126 |
| Binary | 11000110 | 10111001 | 11111111 | 10110 | 11011 | 0 | 0 | 11111011 | 1100100 | 1010110 |
Color Harmonies of #C6B9FF
Complementary color
Monochromatic Colors of #C6B9FF
Black with #C6B9FF
Text Example
Text Example
White with #C6B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B9FF; }
p { color: rgb(198,185,255); }
H1.HeaderClassName
{
color: #C6B9FF;
}
.AnyTagClassName
{
color: #C6B9FF;
}
</style>
background-color css
<style>
a { background-color: #C6B9FF; }
a { background-color: rgb(198,185,255); }
div.DivClassName
{
background-color: #C6B9FF;
}
.BgClassName
{
background-color: #C6B9FF;
}
</style>
border-color css
<style>
span { border-color: #C6B9FF; }
span { border-color: rgb(198,185,255); }
td.TdClassName
{
border-color: #C6B9FF;
}
.TagClassName
{
border-color: #C6B9FF;
}
</style>