Shades of Lavender Blue #C6C9FE
Tints of Lavender Blue #C6C9FE
RGB
CMYK
RGB Variations
Color information
#C6C9FE (or 0xC6C9FE) is known color: Lavender Blue. HEX triplet: C6, C9 and FE. RGB value is (198,201,254). Sum of RGB (Red+Green+Blue) = 198+201+254=653 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.32% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C9FE is #393601. Grayscale: #CDCDCD. Windows color (decimal): -3749378 or 16697798. OLE color: 16697798.
HSL color Cylindrical-coordinate representation of color #C6C9FE: hue angle of 236.79º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6C9FE is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 201 | 254 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.00 |
| HSL | 236.79º | 0.97% | 0.89% | - |
| HSV(B) | 236.79º | 0.22% | 1% | - |
| XYZ | 62.06 | 60.93 | 102.26 | - |
| YUV | 206.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 254 | 0.22 | 0.21 | 0 | 0.00 | 236.79 | 0.97 | 0.89 |
| Hex | C6 | C9 | FE | 16 | 15 | 0 | 0 | ED | 61 | 59 |
| Octal | 306 | 311 | 376 | 26 | 25 | 0 | 0 | 355 | 141 | 131 |
| Binary | 11000110 | 11001001 | 11111110 | 10110 | 10101 | 0 | 0 | 11101101 | 1100001 | 1011001 |
Color Harmonies of #C6C9FE
Complementary color
Monochromatic Colors of #C6C9FE
Black with #C6C9FE
Text Example
Text Example
White with #C6C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C9FE; }
p { color: rgb(198,201,254); }
H1.HeaderClassName
{
color: #C6C9FE;
}
.AnyTagClassName
{
color: #C6C9FE;
}
</style>
background-color css
<style>
a { background-color: #C6C9FE; }
a { background-color: rgb(198,201,254); }
div.DivClassName
{
background-color: #C6C9FE;
}
.BgClassName
{
background-color: #C6C9FE;
}
</style>
border-color css
<style>
span { border-color: #C6C9FE; }
span { border-color: rgb(198,201,254); }
td.TdClassName
{
border-color: #C6C9FE;
}
.TagClassName
{
border-color: #C6C9FE;
}
</style>