Shades of Lavender Blue #C0C6FF
Tints of Lavender Blue #C0C6FF
RGB
CMYK
RGB Variations
Color information
#C0C6FF (or 0xC0C6FF) is known color: Lavender Blue. HEX triplet: C0, C6 and FF. RGB value is (192,198,255). Sum of RGB (Red+Green+Blue) = 192+198+255=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C6FF is #3F3900. Grayscale: #CACACA. Windows color (decimal): -4143361 or 16762560. OLE color: 16762560.
HSL color Cylindrical-coordinate representation of color #C0C6FF: hue angle of 234.29º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0C6FF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 198 | 255 | - |
| CMYK | 0.25 | 0.22 | 0 | 0 |
| HSL | 234.29º | 1% | 0.88% | - |
| HSV(B) | 234.29º | 0.25% | 1% | - |
| XYZ | 59.98 | 58.81 | 102.8 | - |
| YUV | 202.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 255 | 0.25 | 0.22 | 0 | 0 | 234.29 | 1 | 0.88 |
| Hex | C0 | C6 | FF | 19 | 16 | 0 | 0 | EA | 64 | 58 |
| Octal | 300 | 306 | 377 | 31 | 26 | 0 | 0 | 352 | 144 | 130 |
| Binary | 11000000 | 11000110 | 11111111 | 11001 | 10110 | 0 | 0 | 11101010 | 1100100 | 1011000 |
Color Harmonies of #C0C6FF
Complementary color
Monochromatic Colors of #C0C6FF
Black with #C0C6FF
Text Example
Text Example
White with #C0C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C6FF; }
p { color: rgb(192,198,255); }
H1.HeaderClassName
{
color: #C0C6FF;
}
.AnyTagClassName
{
color: #C0C6FF;
}
</style>
background-color css
<style>
a { background-color: #C0C6FF; }
a { background-color: rgb(192,198,255); }
div.DivClassName
{
background-color: #C0C6FF;
}
.BgClassName
{
background-color: #C0C6FF;
}
</style>
border-color css
<style>
span { border-color: #C0C6FF; }
span { border-color: rgb(192,198,255); }
td.TdClassName
{
border-color: #C0C6FF;
}
.TagClassName
{
border-color: #C0C6FF;
}
</style>