Shades of Lavender Blue #C6B5FE
Tints of Lavender Blue #C6B5FE
RGB
CMYK
RGB Variations
Color information
#C6B5FE (or 0xC6B5FE) is known color: Lavender Blue. HEX triplet: C6, B5 and FE. RGB value is (198,181,254). Sum of RGB (Red+Green+Blue) = 198+181+254=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B5FE is #394A01. Grayscale: #C2C2C2. Windows color (decimal): -3754498 or 16692678. OLE color: 16692678.
HSL color Cylindrical-coordinate representation of color #C6B5FE: hue angle of 253.97º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6B5FE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 181 | 254 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.00 |
| HSL | 253.97º | 0.97% | 0.85% | - |
| HSV(B) | 253.97º | 0.29% | 1% | - |
| XYZ | 57.7 | 52.21 | 100.8 | - |
| YUV | 194.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 254 | 0.22 | 0.29 | 0 | 0.00 | 253.97 | 0.97 | 0.85 |
| Hex | C6 | B5 | FE | 16 | 1D | 0 | 0 | FE | 61 | 55 |
| Octal | 306 | 265 | 376 | 26 | 35 | 0 | 0 | 376 | 141 | 125 |
| Binary | 11000110 | 10110101 | 11111110 | 10110 | 11101 | 0 | 0 | 11111110 | 1100001 | 1010101 |
Color Harmonies of #C6B5FE
Complementary color
Monochromatic Colors of #C6B5FE
Black with #C6B5FE
Text Example
Text Example
White with #C6B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B5FE; }
p { color: rgb(198,181,254); }
H1.HeaderClassName
{
color: #C6B5FE;
}
.AnyTagClassName
{
color: #C6B5FE;
}
</style>
background-color css
<style>
a { background-color: #C6B5FE; }
a { background-color: rgb(198,181,254); }
div.DivClassName
{
background-color: #C6B5FE;
}
.BgClassName
{
background-color: #C6B5FE;
}
</style>
border-color css
<style>
span { border-color: #C6B5FE; }
span { border-color: rgb(198,181,254); }
td.TdClassName
{
border-color: #C6B5FE;
}
.TagClassName
{
border-color: #C6B5FE;
}
</style>