Shades of Lavender Blue #C6C1FE
Tints of Lavender Blue #C6C1FE
RGB
CMYK
RGB Variations
Color information
#C6C1FE (or 0xC6C1FE) is known color: Lavender Blue. HEX triplet: C6, C1 and FE. RGB value is (198,193,254). Sum of RGB (Red+Green+Blue) = 198+193+254=645 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.70% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6C1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C1FE is #393E01. Grayscale: #C9C9C9. Windows color (decimal): -3751426 or 16695750. OLE color: 16695750.
HSL color Cylindrical-coordinate representation of color #C6C1FE: hue angle of 244.92º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6C1FE is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 193 | 254 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.00 |
| HSL | 244.92º | 0.97% | 0.88% | - |
| HSV(B) | 244.92º | 0.24% | 1% | - |
| XYZ | 60.25 | 57.3 | 101.65 | - |
| YUV | 201.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 254 | 0.22 | 0.24 | 0 | 0.00 | 244.92 | 0.97 | 0.88 |
| Hex | C6 | C1 | FE | 16 | 18 | 0 | 0 | F5 | 61 | 58 |
| Octal | 306 | 301 | 376 | 26 | 30 | 0 | 0 | 365 | 141 | 130 |
| Binary | 11000110 | 11000001 | 11111110 | 10110 | 11000 | 0 | 0 | 11110101 | 1100001 | 1011000 |
Color Harmonies of #C6C1FE
Complementary color
Monochromatic Colors of #C6C1FE
Black with #C6C1FE
Text Example
Text Example
White with #C6C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C1FE; }
p { color: rgb(198,193,254); }
H1.HeaderClassName
{
color: #C6C1FE;
}
.AnyTagClassName
{
color: #C6C1FE;
}
</style>
background-color css
<style>
a { background-color: #C6C1FE; }
a { background-color: rgb(198,193,254); }
div.DivClassName
{
background-color: #C6C1FE;
}
.BgClassName
{
background-color: #C6C1FE;
}
</style>
border-color css
<style>
span { border-color: #C6C1FE; }
span { border-color: rgb(198,193,254); }
td.TdClassName
{
border-color: #C6C1FE;
}
.TagClassName
{
border-color: #C6C1FE;
}
</style>