Shades of Lavender Blue #C6C6FC
Tints of Lavender Blue #C6C6FC
RGB
CMYK
RGB Variations
Color information
#C6C6FC (or 0xC6C6FC) is known color: Lavender Blue. HEX triplet: C6, C6 and FC. RGB value is (198,198,252). Sum of RGB (Red+Green+Blue) = 198+198+252=648 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.56% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C6FC is #393903. Grayscale: #CBCBCB. Windows color (decimal): -3750148 or 16565958. OLE color: 16565958.
HSL color Cylindrical-coordinate representation of color #C6C6FC: hue angle of 240º 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 #C6C6FC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 198 | 252 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.01 |
| HSL | 240º | 0.9% | 0.88% | - |
| HSV(B) | 240º | 0.21% | 0.99% | - |
| XYZ | 61.05 | 59.42 | 100.35 | - |
| YUV | 204.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 198 | 252 | 0.21 | 0.21 | 0 | 0.01 | 240 | 0.9 | 0.88 |
| Hex | C6 | C6 | FC | 15 | 15 | 0 | 1 | F0 | 5A | 58 |
| Octal | 306 | 306 | 374 | 25 | 25 | 0 | 1 | 360 | 132 | 130 |
| Binary | 11000110 | 11000110 | 11111100 | 10101 | 10101 | 0 | 1 | 11110000 | 1011010 | 1011000 |
Color Harmonies of #C6C6FC
Complementary color
Monochromatic Colors of #C6C6FC
Black with #C6C6FC
Text Example
Text Example
White with #C6C6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C6FC; }
p { color: rgb(198,198,252); }
H1.HeaderClassName
{
color: #C6C6FC;
}
.AnyTagClassName
{
color: #C6C6FC;
}
</style>
background-color css
<style>
a { background-color: #C6C6FC; }
a { background-color: rgb(198,198,252); }
div.DivClassName
{
background-color: #C6C6FC;
}
.BgClassName
{
background-color: #C6C6FC;
}
</style>
border-color css
<style>
span { border-color: #C6C6FC; }
span { border-color: rgb(198,198,252); }
td.TdClassName
{
border-color: #C6C6FC;
}
.TagClassName
{
border-color: #C6C6FC;
}
</style>