Shades of Lavender Blue #C6B9FE
Tints of Lavender Blue #C6B9FE
RGB
CMYK
RGB Variations
Color information
#C6B9FE (or 0xC6B9FE) is known color: Lavender Blue. HEX triplet: C6, B9 and FE. RGB value is (198,185,254). Sum of RGB (Red+Green+Blue) = 198+185+254=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B9FE is #394601. Grayscale: #C4C4C4. Windows color (decimal): -3753474 or 16693702. OLE color: 16693702.
HSL color Cylindrical-coordinate representation of color #C6B9FE: hue angle of 251.3º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6B9FE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 185 | 254 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.00 |
| HSL | 251.3º | 0.97% | 0.86% | - |
| HSV(B) | 251.3º | 0.27% | 1% | - |
| XYZ | 58.53 | 53.86 | 101.08 | - |
| YUV | 196.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 254 | 0.22 | 0.27 | 0 | 0.00 | 251.3 | 0.97 | 0.86 |
| Hex | C6 | B9 | FE | 16 | 1B | 0 | 0 | FB | 61 | 56 |
| Octal | 306 | 271 | 376 | 26 | 33 | 0 | 0 | 373 | 141 | 126 |
| Binary | 11000110 | 10111001 | 11111110 | 10110 | 11011 | 0 | 0 | 11111011 | 1100001 | 1010110 |
Color Harmonies of #C6B9FE
Complementary color
Monochromatic Colors of #C6B9FE
Black with #C6B9FE
Text Example
Text Example
White with #C6B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B9FE; }
p { color: rgb(198,185,254); }
H1.HeaderClassName
{
color: #C6B9FE;
}
.AnyTagClassName
{
color: #C6B9FE;
}
</style>
background-color css
<style>
a { background-color: #C6B9FE; }
a { background-color: rgb(198,185,254); }
div.DivClassName
{
background-color: #C6B9FE;
}
.BgClassName
{
background-color: #C6B9FE;
}
</style>
border-color css
<style>
span { border-color: #C6B9FE; }
span { border-color: rgb(198,185,254); }
td.TdClassName
{
border-color: #C6B9FE;
}
.TagClassName
{
border-color: #C6B9FE;
}
</style>