Shades of Lavender Blue #C6B8FB
Tints of Lavender Blue #C6B8FB
RGB
CMYK
RGB Variations
Color information
#C6B8FB (or 0xC6B8FB) is known color: Lavender Blue. HEX triplet: C6, B8 and FB. RGB value is (198,184,251). Sum of RGB (Red+Green+Blue) = 198+184+251=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6B8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B8FB is #394704. Grayscale: #C3C3C3. Windows color (decimal): -3753733 or 16496838. OLE color: 16496838.
HSL color Cylindrical-coordinate representation of color #C6B8FB: hue angle of 252.54º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6B8FB is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 184 | 251 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.02 |
| HSL | 252.54º | 0.89% | 0.85% | - |
| HSV(B) | 252.54º | 0.27% | 0.98% | - |
| XYZ | 57.84 | 53.25 | 98.5 | - |
| YUV | 195.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 251 | 0.21 | 0.27 | 0 | 0.02 | 252.54 | 0.89 | 0.85 |
| Hex | C6 | B8 | FB | 15 | 1B | 0 | 2 | FD | 59 | 55 |
| Octal | 306 | 270 | 373 | 25 | 33 | 0 | 2 | 375 | 131 | 125 |
| Binary | 11000110 | 10111000 | 11111011 | 10101 | 11011 | 0 | 10 | 11111101 | 1011001 | 1010101 |
Color Harmonies of #C6B8FB
Complementary color
Monochromatic Colors of #C6B8FB
Black with #C6B8FB
Text Example
Text Example
White with #C6B8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B8FB; }
p { color: rgb(198,184,251); }
H1.HeaderClassName
{
color: #C6B8FB;
}
.AnyTagClassName
{
color: #C6B8FB;
}
</style>
background-color css
<style>
a { background-color: #C6B8FB; }
a { background-color: rgb(198,184,251); }
div.DivClassName
{
background-color: #C6B8FB;
}
.BgClassName
{
background-color: #C6B8FB;
}
</style>
border-color css
<style>
span { border-color: #C6B8FB; }
span { border-color: rgb(198,184,251); }
td.TdClassName
{
border-color: #C6B8FB;
}
.TagClassName
{
border-color: #C6B8FB;
}
</style>