Shades of Lavender Blue #C6C3F1
Tints of Lavender Blue #C6C3F1
RGB
CMYK
RGB Variations
Color information
#C6C3F1 (or 0xC6C3F1) is known color: Lavender Blue. HEX triplet: C6, C3 and F1. RGB value is (198,195,241). Sum of RGB (Red+Green+Blue) = 198+195+241=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6C3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C3F1 is #393C0E. Grayscale: #C8C8C8. Windows color (decimal): -3750927 or 15844294. OLE color: 15844294.
HSL color Cylindrical-coordinate representation of color #C6C3F1: hue angle of 243.91º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6C3F1 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 195 | 241 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.05 |
| HSL | 243.91º | 0.62% | 0.85% | - |
| HSV(B) | 243.91º | 0.19% | 0.95% | - |
| XYZ | 58.68 | 57.39 | 91.2 | - |
| YUV | 201.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 241 | 0.18 | 0.19 | 0 | 0.05 | 243.91 | 0.62 | 0.85 |
| Hex | C6 | C3 | F1 | 12 | 13 | 0 | 5 | F4 | 3E | 55 |
| Octal | 306 | 303 | 361 | 22 | 23 | 0 | 5 | 364 | 76 | 125 |
| Binary | 11000110 | 11000011 | 11110001 | 10010 | 10011 | 0 | 101 | 11110100 | 111110 | 1010101 |
Color Harmonies of #C6C3F1
Complementary color
Monochromatic Colors of #C6C3F1
Black with #C6C3F1
Text Example
Text Example
White with #C6C3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C3F1; }
p { color: rgb(198,195,241); }
H1.HeaderClassName
{
color: #C6C3F1;
}
.AnyTagClassName
{
color: #C6C3F1;
}
</style>
background-color css
<style>
a { background-color: #C6C3F1; }
a { background-color: rgb(198,195,241); }
div.DivClassName
{
background-color: #C6C3F1;
}
.BgClassName
{
background-color: #C6C3F1;
}
</style>
border-color css
<style>
span { border-color: #C6C3F1; }
span { border-color: rgb(198,195,241); }
td.TdClassName
{
border-color: #C6C3F1;
}
.TagClassName
{
border-color: #C6C3F1;
}
</style>