Shades of Lavender Blue #C6C3FF
Tints of Lavender Blue #C6C3FF
RGB
CMYK
RGB Variations
Color information
#C6C3FF (or 0xC6C3FF) is known color: Lavender Blue. HEX triplet: C6, C3 and FF. RGB value is (198,195,255). Sum of RGB (Red+Green+Blue) = 198+195+255=648 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.56% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6C3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C3FF is #393C00. Grayscale: #CACACA. Windows color (decimal): -3750913 or 16761798. OLE color: 16761798.
HSL color Cylindrical-coordinate representation of color #C6C3FF: hue angle of 243º 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 #C6C3FF is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 195 | 255 | - |
| CMYK | 0.22 | 0.24 | 0 | 0 |
| HSL | 243º | 1% | 0.88% | - |
| HSV(B) | 243º | 0.24% | 1% | - |
| XYZ | 60.85 | 58.26 | 102.64 | - |
| YUV | 202.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 255 | 0.22 | 0.24 | 0 | 0 | 243 | 1 | 0.88 |
| Hex | C6 | C3 | FF | 16 | 18 | 0 | 0 | F3 | 64 | 58 |
| Octal | 306 | 303 | 377 | 26 | 30 | 0 | 0 | 363 | 144 | 130 |
| Binary | 11000110 | 11000011 | 11111111 | 10110 | 11000 | 0 | 0 | 11110011 | 1100100 | 1011000 |
Color Harmonies of #C6C3FF
Complementary color
Monochromatic Colors of #C6C3FF
Black with #C6C3FF
Text Example
Text Example
White with #C6C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C3FF; }
p { color: rgb(198,195,255); }
H1.HeaderClassName
{
color: #C6C3FF;
}
.AnyTagClassName
{
color: #C6C3FF;
}
</style>
background-color css
<style>
a { background-color: #C6C3FF; }
a { background-color: rgb(198,195,255); }
div.DivClassName
{
background-color: #C6C3FF;
}
.BgClassName
{
background-color: #C6C3FF;
}
</style>
border-color css
<style>
span { border-color: #C6C3FF; }
span { border-color: rgb(198,195,255); }
td.TdClassName
{
border-color: #C6C3FF;
}
.TagClassName
{
border-color: #C6C3FF;
}
</style>