Shades of Lavender Blue #C6C8EF
Tints of Lavender Blue #C6C8EF
RGB
CMYK
RGB Variations
Color information
#C6C8EF (or 0xC6C8EF) is known color: Lavender Blue. HEX triplet: C6, C8 and EF. RGB value is (198,200,239). Sum of RGB (Red+Green+Blue) = 198+200+239=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C8EF is #393710. Grayscale: #CBCBCB. Windows color (decimal): -3749649 or 15714502. OLE color: 15714502.
HSL color Cylindrical-coordinate representation of color #C6C8EF: hue angle of 237.07º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6C8EF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 200 | 239 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.06 |
| HSL | 237.07º | 0.56% | 0.86% | - |
| HSV(B) | 237.07º | 0.17% | 0.94% | - |
| XYZ | 59.52 | 59.55 | 90.02 | - |
| YUV | 203.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 239 | 0.17 | 0.16 | 0 | 0.06 | 237.07 | 0.56 | 0.86 |
| Hex | C6 | C8 | EF | 11 | 10 | 0 | 6 | ED | 38 | 56 |
| Octal | 306 | 310 | 357 | 21 | 20 | 0 | 6 | 355 | 70 | 126 |
| Binary | 11000110 | 11001000 | 11101111 | 10001 | 10000 | 0 | 110 | 11101101 | 111000 | 1010110 |
Color Harmonies of #C6C8EF
Complementary color
Monochromatic Colors of #C6C8EF
Black with #C6C8EF
Text Example
Text Example
White with #C6C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C8EF; }
p { color: rgb(198,200,239); }
H1.HeaderClassName
{
color: #C6C8EF;
}
.AnyTagClassName
{
color: #C6C8EF;
}
</style>
background-color css
<style>
a { background-color: #C6C8EF; }
a { background-color: rgb(198,200,239); }
div.DivClassName
{
background-color: #C6C8EF;
}
.BgClassName
{
background-color: #C6C8EF;
}
</style>
border-color css
<style>
span { border-color: #C6C8EF; }
span { border-color: rgb(198,200,239); }
td.TdClassName
{
border-color: #C6C8EF;
}
.TagClassName
{
border-color: #C6C8EF;
}
</style>