Shades of Lavender Blue #C6C7FC
Tints of Lavender Blue #C6C7FC
RGB
CMYK
RGB Variations
Color information
#C6C7FC (or 0xC6C7FC) is known color: Lavender Blue. HEX triplet: C6, C7 and FC. RGB value is (198,199,252). Sum of RGB (Red+Green+Blue) = 198+199+252=649 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.51% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C7FC is #393803. Grayscale: #CCCCCC. Windows color (decimal): -3749892 or 16566214. OLE color: 16566214.
HSL color Cylindrical-coordinate representation of color #C6C7FC: hue angle of 238.89º 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 #C6C7FC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 199 | 252 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.01 |
| HSL | 238.89º | 0.9% | 0.88% | - |
| HSV(B) | 238.89º | 0.21% | 0.99% | - |
| XYZ | 61.28 | 59.88 | 100.42 | - |
| YUV | 204.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 252 | 0.21 | 0.21 | 0 | 0.01 | 238.89 | 0.9 | 0.88 |
| Hex | C6 | C7 | FC | 15 | 15 | 0 | 1 | EF | 5A | 58 |
| Octal | 306 | 307 | 374 | 25 | 25 | 0 | 1 | 357 | 132 | 130 |
| Binary | 11000110 | 11000111 | 11111100 | 10101 | 10101 | 0 | 1 | 11101111 | 1011010 | 1011000 |
Color Harmonies of #C6C7FC
Complementary color
Monochromatic Colors of #C6C7FC
Black with #C6C7FC
Text Example
Text Example
White with #C6C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C7FC; }
p { color: rgb(198,199,252); }
H1.HeaderClassName
{
color: #C6C7FC;
}
.AnyTagClassName
{
color: #C6C7FC;
}
</style>
background-color css
<style>
a { background-color: #C6C7FC; }
a { background-color: rgb(198,199,252); }
div.DivClassName
{
background-color: #C6C7FC;
}
.BgClassName
{
background-color: #C6C7FC;
}
</style>
border-color css
<style>
span { border-color: #C6C7FC; }
span { border-color: rgb(198,199,252); }
td.TdClassName
{
border-color: #C6C7FC;
}
.TagClassName
{
border-color: #C6C7FC;
}
</style>