Shades of Lavender Blue #C6C8FC
Tints of Lavender Blue #C6C8FC
RGB
CMYK
RGB Variations
Color information
#C6C8FC (or 0xC6C8FC) is known color: Lavender Blue. HEX triplet: C6, C8 and FC. RGB value is (198,200,252). Sum of RGB (Red+Green+Blue) = 198+200+252=650 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.46% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C8FC is #393703. Grayscale: #CDCDCD. Windows color (decimal): -3749636 or 16566470. OLE color: 16566470.
HSL color Cylindrical-coordinate representation of color #C6C8FC: hue angle of 237.78º 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 #C6C8FC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 200 | 252 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.01 |
| HSL | 237.78º | 0.9% | 0.88% | - |
| HSV(B) | 237.78º | 0.21% | 0.99% | - |
| XYZ | 61.51 | 60.34 | 100.5 | - |
| YUV | 205.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 252 | 0.21 | 0.21 | 0 | 0.01 | 237.78 | 0.9 | 0.88 |
| Hex | C6 | C8 | FC | 15 | 15 | 0 | 1 | EE | 5A | 58 |
| Octal | 306 | 310 | 374 | 25 | 25 | 0 | 1 | 356 | 132 | 130 |
| Binary | 11000110 | 11001000 | 11111100 | 10101 | 10101 | 0 | 1 | 11101110 | 1011010 | 1011000 |
Color Harmonies of #C6C8FC
Complementary color
Monochromatic Colors of #C6C8FC
Black with #C6C8FC
Text Example
Text Example
White with #C6C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C8FC; }
p { color: rgb(198,200,252); }
H1.HeaderClassName
{
color: #C6C8FC;
}
.AnyTagClassName
{
color: #C6C8FC;
}
</style>
background-color css
<style>
a { background-color: #C6C8FC; }
a { background-color: rgb(198,200,252); }
div.DivClassName
{
background-color: #C6C8FC;
}
.BgClassName
{
background-color: #C6C8FC;
}
</style>
border-color css
<style>
span { border-color: #C6C8FC; }
span { border-color: rgb(198,200,252); }
td.TdClassName
{
border-color: #C6C8FC;
}
.TagClassName
{
border-color: #C6C8FC;
}
</style>