Shades of Lavender Blue #C6C0FC
Tints of Lavender Blue #C6C0FC
RGB
CMYK
RGB Variations
Color information
#C6C0FC (or 0xC6C0FC) is known color: Lavender Blue. HEX triplet: C6, C0 and FC. RGB value is (198,192,252). Sum of RGB (Red+Green+Blue) = 198+192+252=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6C0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C0FC is #393F03. Grayscale: #C8C8C8. Windows color (decimal): -3751684 or 16564422. OLE color: 16564422.
HSL color Cylindrical-coordinate representation of color #C6C0FC: hue angle of 246º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6C0FC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 192 | 252 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.01 |
| HSL | 246º | 0.91% | 0.87% | - |
| HSV(B) | 246º | 0.24% | 0.99% | - |
| XYZ | 59.71 | 56.73 | 99.9 | - |
| YUV | 200.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 252 | 0.21 | 0.24 | 0 | 0.01 | 246 | 0.91 | 0.87 |
| Hex | C6 | C0 | FC | 15 | 18 | 0 | 1 | F6 | 5B | 57 |
| Octal | 306 | 300 | 374 | 25 | 30 | 0 | 1 | 366 | 133 | 127 |
| Binary | 11000110 | 11000000 | 11111100 | 10101 | 11000 | 0 | 1 | 11110110 | 1011011 | 1010111 |
Color Harmonies of #C6C0FC
Complementary color
Monochromatic Colors of #C6C0FC
Black with #C6C0FC
Text Example
Text Example
White with #C6C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0FC; }
p { color: rgb(198,192,252); }
H1.HeaderClassName
{
color: #C6C0FC;
}
.AnyTagClassName
{
color: #C6C0FC;
}
</style>
background-color css
<style>
a { background-color: #C6C0FC; }
a { background-color: rgb(198,192,252); }
div.DivClassName
{
background-color: #C6C0FC;
}
.BgClassName
{
background-color: #C6C0FC;
}
</style>
border-color css
<style>
span { border-color: #C6C0FC; }
span { border-color: rgb(198,192,252); }
td.TdClassName
{
border-color: #C6C0FC;
}
.TagClassName
{
border-color: #C6C0FC;
}
</style>