Shades of Lavender Blue #C6C7FE
Tints of Lavender Blue #C6C7FE
RGB
CMYK
RGB Variations
Color information
#C6C7FE (or 0xC6C7FE) is known color: Lavender Blue. HEX triplet: C6, C7 and FE. RGB value is (198,199,254). Sum of RGB (Red+Green+Blue) = 198+199+254=651 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.41% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C7FE is #393801. Grayscale: #CCCCCC. Windows color (decimal): -3749890 or 16697286. OLE color: 16697286.
HSL color Cylindrical-coordinate representation of color #C6C7FE: hue angle of 238.93º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6C7FE is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 199 | 254 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.00 |
| HSL | 238.93º | 0.97% | 0.89% | - |
| HSV(B) | 238.93º | 0.22% | 1% | - |
| XYZ | 61.6 | 60.01 | 102.1 | - |
| YUV | 204.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 254 | 0.22 | 0.22 | 0 | 0.00 | 238.93 | 0.97 | 0.89 |
| Hex | C6 | C7 | FE | 16 | 16 | 0 | 0 | EF | 61 | 59 |
| Octal | 306 | 307 | 376 | 26 | 26 | 0 | 0 | 357 | 141 | 131 |
| Binary | 11000110 | 11000111 | 11111110 | 10110 | 10110 | 0 | 0 | 11101111 | 1100001 | 1011001 |
Color Harmonies of #C6C7FE
Complementary color
Monochromatic Colors of #C6C7FE
Black with #C6C7FE
Text Example
Text Example
White with #C6C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C7FE; }
p { color: rgb(198,199,254); }
H1.HeaderClassName
{
color: #C6C7FE;
}
.AnyTagClassName
{
color: #C6C7FE;
}
</style>
background-color css
<style>
a { background-color: #C6C7FE; }
a { background-color: rgb(198,199,254); }
div.DivClassName
{
background-color: #C6C7FE;
}
.BgClassName
{
background-color: #C6C7FE;
}
</style>
border-color css
<style>
span { border-color: #C6C7FE; }
span { border-color: rgb(198,199,254); }
td.TdClassName
{
border-color: #C6C7FE;
}
.TagClassName
{
border-color: #C6C7FE;
}
</style>