Shades of Lavender Blue #C6C5FE
Tints of Lavender Blue #C6C5FE
RGB
CMYK
RGB Variations
Color information
#C6C5FE (or 0xC6C5FE) is known color: Lavender Blue. HEX triplet: C6, C5 and FE. RGB value is (198,197,254). Sum of RGB (Red+Green+Blue) = 198+197+254=649 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.51% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C5FE is #393A01. Grayscale: #CBCBCB. Windows color (decimal): -3750402 or 16696774. OLE color: 16696774.
HSL color Cylindrical-coordinate representation of color #C6C5FE: hue angle of 241.05º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6C5FE is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 197 | 254 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.00 |
| HSL | 241.05º | 0.97% | 0.88% | - |
| HSV(B) | 241.05º | 0.22% | 1% | - |
| XYZ | 61.14 | 59.09 | 101.95 | - |
| YUV | 203.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 254 | 0.22 | 0.22 | 0 | 0.00 | 241.05 | 0.97 | 0.88 |
| Hex | C6 | C5 | FE | 16 | 16 | 0 | 0 | F1 | 61 | 58 |
| Octal | 306 | 305 | 376 | 26 | 26 | 0 | 0 | 361 | 141 | 130 |
| Binary | 11000110 | 11000101 | 11111110 | 10110 | 10110 | 0 | 0 | 11110001 | 1100001 | 1011000 |
Color Harmonies of #C6C5FE
Complementary color
Monochromatic Colors of #C6C5FE
Black with #C6C5FE
Text Example
Text Example
White with #C6C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C5FE; }
p { color: rgb(198,197,254); }
H1.HeaderClassName
{
color: #C6C5FE;
}
.AnyTagClassName
{
color: #C6C5FE;
}
</style>
background-color css
<style>
a { background-color: #C6C5FE; }
a { background-color: rgb(198,197,254); }
div.DivClassName
{
background-color: #C6C5FE;
}
.BgClassName
{
background-color: #C6C5FE;
}
</style>
border-color css
<style>
span { border-color: #C6C5FE; }
span { border-color: rgb(198,197,254); }
td.TdClassName
{
border-color: #C6C5FE;
}
.TagClassName
{
border-color: #C6C5FE;
}
</style>