Shades of Lavender Blue #C6CBFA
Tints of Lavender Blue #C6CBFA
RGB
CMYK
RGB Variations
Color information
#C6CBFA (or 0xC6CBFA) is known color: Lavender Blue. HEX triplet: C6, CB and FA. RGB value is (198,203,250). Sum of RGB (Red+Green+Blue) = 198+203+250=651 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.41% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBFA is #393405. Grayscale: #CECECE. Windows color (decimal): -3748870 or 16436166. OLE color: 16436166.
HSL color Cylindrical-coordinate representation of color #C6CBFA: hue angle of 234.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6CBFA is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 203 | 250 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.02 |
| HSL | 234.23º | 0.84% | 0.88% | - |
| HSV(B) | 234.23º | 0.21% | 0.98% | - |
| XYZ | 61.9 | 61.62 | 99.07 | - |
| YUV | 206.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 250 | 0.21 | 0.19 | 0 | 0.02 | 234.23 | 0.84 | 0.88 |
| Hex | C6 | CB | FA | 15 | 13 | 0 | 2 | EA | 54 | 58 |
| Octal | 306 | 313 | 372 | 25 | 23 | 0 | 2 | 352 | 124 | 130 |
| Binary | 11000110 | 11001011 | 11111010 | 10101 | 10011 | 0 | 10 | 11101010 | 1010100 | 1011000 |
Color Harmonies of #C6CBFA
Complementary color
Monochromatic Colors of #C6CBFA
Black with #C6CBFA
Text Example
Text Example
White with #C6CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBFA; }
p { color: rgb(198,203,250); }
H1.HeaderClassName
{
color: #C6CBFA;
}
.AnyTagClassName
{
color: #C6CBFA;
}
</style>
background-color css
<style>
a { background-color: #C6CBFA; }
a { background-color: rgb(198,203,250); }
div.DivClassName
{
background-color: #C6CBFA;
}
.BgClassName
{
background-color: #C6CBFA;
}
</style>
border-color css
<style>
span { border-color: #C6CBFA; }
span { border-color: rgb(198,203,250); }
td.TdClassName
{
border-color: #C6CBFA;
}
.TagClassName
{
border-color: #C6CBFA;
}
</style>