Shades of Lavender Blue #C6C2FF
Tints of Lavender Blue #C6C2FF
RGB
CMYK
RGB Variations
Color information
#C6C2FF (or 0xC6C2FF) is known color: Lavender Blue. HEX triplet: C6, C2 and FF. RGB value is (198,194,255). Sum of RGB (Red+Green+Blue) = 198+194+255=647 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.60% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C2FF is #393D00. Grayscale: #C9C9C9. Windows color (decimal): -3751169 or 16761542. OLE color: 16761542.
HSL color Cylindrical-coordinate representation of color #C6C2FF: hue angle of 243.93º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6C2FF is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 194 | 255 | - |
| CMYK | 0.22 | 0.24 | 0 | 0 |
| HSL | 243.93º | 1% | 0.88% | - |
| HSV(B) | 243.93º | 0.24% | 1% | - |
| XYZ | 60.63 | 57.81 | 102.57 | - |
| YUV | 202.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 255 | 0.22 | 0.24 | 0 | 0 | 243.93 | 1 | 0.88 |
| Hex | C6 | C2 | FF | 16 | 18 | 0 | 0 | F4 | 64 | 58 |
| Octal | 306 | 302 | 377 | 26 | 30 | 0 | 0 | 364 | 144 | 130 |
| Binary | 11000110 | 11000010 | 11111111 | 10110 | 11000 | 0 | 0 | 11110100 | 1100100 | 1011000 |
Color Harmonies of #C6C2FF
Complementary color
Monochromatic Colors of #C6C2FF
Black with #C6C2FF
Text Example
Text Example
White with #C6C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2FF; }
p { color: rgb(198,194,255); }
H1.HeaderClassName
{
color: #C6C2FF;
}
.AnyTagClassName
{
color: #C6C2FF;
}
</style>
background-color css
<style>
a { background-color: #C6C2FF; }
a { background-color: rgb(198,194,255); }
div.DivClassName
{
background-color: #C6C2FF;
}
.BgClassName
{
background-color: #C6C2FF;
}
</style>
border-color css
<style>
span { border-color: #C6C2FF; }
span { border-color: rgb(198,194,255); }
td.TdClassName
{
border-color: #C6C2FF;
}
.TagClassName
{
border-color: #C6C2FF;
}
</style>