Shades of Lavender Blue #C6C9FF
Tints of Lavender Blue #C6C9FF
RGB
CMYK
RGB Variations
Color information
#C6C9FF (or 0xC6C9FF) is known color: Lavender Blue. HEX triplet: C6, C9 and FF. RGB value is (198,201,255). Sum of RGB (Red+Green+Blue) = 198+201+255=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C9FF is #393600. Grayscale: #CECECE. Windows color (decimal): -3749377 or 16763334. OLE color: 16763334.
HSL color Cylindrical-coordinate representation of color #C6C9FF: hue angle of 236.84º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6C9FF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 201 | 255 | - |
| CMYK | 0.22 | 0.21 | 0 | 0 |
| HSL | 236.84º | 1% | 0.89% | - |
| HSV(B) | 236.84º | 0.22% | 1% | - |
| XYZ | 62.23 | 61 | 103.1 | - |
| YUV | 206.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 255 | 0.22 | 0.21 | 0 | 0 | 236.84 | 1 | 0.89 |
| Hex | C6 | C9 | FF | 16 | 15 | 0 | 0 | ED | 64 | 59 |
| Octal | 306 | 311 | 377 | 26 | 25 | 0 | 0 | 355 | 144 | 131 |
| Binary | 11000110 | 11001001 | 11111111 | 10110 | 10101 | 0 | 0 | 11101101 | 1100100 | 1011001 |
Color Harmonies of #C6C9FF
Complementary color
Monochromatic Colors of #C6C9FF
Black with #C6C9FF
Text Example
Text Example
White with #C6C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C9FF; }
p { color: rgb(198,201,255); }
H1.HeaderClassName
{
color: #C6C9FF;
}
.AnyTagClassName
{
color: #C6C9FF;
}
</style>
background-color css
<style>
a { background-color: #C6C9FF; }
a { background-color: rgb(198,201,255); }
div.DivClassName
{
background-color: #C6C9FF;
}
.BgClassName
{
background-color: #C6C9FF;
}
</style>
border-color css
<style>
span { border-color: #C6C9FF; }
span { border-color: rgb(198,201,255); }
td.TdClassName
{
border-color: #C6C9FF;
}
.TagClassName
{
border-color: #C6C9FF;
}
</style>