Shades of Lavender Blue #C6C9FC
Tints of Lavender Blue #C6C9FC
RGB
CMYK
RGB Variations
Color information
#C6C9FC (or 0xC6C9FC) is known color: Lavender Blue. HEX triplet: C6, C9 and FC. RGB value is (198,201,252). Sum of RGB (Red+Green+Blue) = 198+201+252=651 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.41% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C9FC is #393603. Grayscale: #CDCDCD. Windows color (decimal): -3749380 or 16566726. OLE color: 16566726.
HSL color Cylindrical-coordinate representation of color #C6C9FC: hue angle of 236.67º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6C9FC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 201 | 252 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.01 |
| HSL | 236.67º | 0.9% | 0.88% | - |
| HSV(B) | 236.67º | 0.21% | 0.99% | - |
| XYZ | 61.75 | 60.81 | 100.58 | - |
| YUV | 205.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 252 | 0.21 | 0.20 | 0 | 0.01 | 236.67 | 0.9 | 0.88 |
| Hex | C6 | C9 | FC | 15 | 14 | 0 | 1 | ED | 5A | 58 |
| Octal | 306 | 311 | 374 | 25 | 24 | 0 | 1 | 355 | 132 | 130 |
| Binary | 11000110 | 11001001 | 11111100 | 10101 | 10100 | 0 | 1 | 11101101 | 1011010 | 1011000 |
Color Harmonies of #C6C9FC
Complementary color
Monochromatic Colors of #C6C9FC
Black with #C6C9FC
Text Example
Text Example
White with #C6C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C9FC; }
p { color: rgb(198,201,252); }
H1.HeaderClassName
{
color: #C6C9FC;
}
.AnyTagClassName
{
color: #C6C9FC;
}
</style>
background-color css
<style>
a { background-color: #C6C9FC; }
a { background-color: rgb(198,201,252); }
div.DivClassName
{
background-color: #C6C9FC;
}
.BgClassName
{
background-color: #C6C9FC;
}
</style>
border-color css
<style>
span { border-color: #C6C9FC; }
span { border-color: rgb(198,201,252); }
td.TdClassName
{
border-color: #C6C9FC;
}
.TagClassName
{
border-color: #C6C9FC;
}
</style>