Shades of Lavender Blue #C6B7FA
Tints of Lavender Blue #C6B7FA
RGB
CMYK
RGB Variations
Color information
#C6B7FA (or 0xC6B7FA) is known color: Lavender Blue. HEX triplet: C6, B7 and FA. RGB value is (198,183,250). Sum of RGB (Red+Green+Blue) = 198+183+250=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6B7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B7FA is #394805. Grayscale: #C2C2C2. Windows color (decimal): -3753990 or 16431046. OLE color: 16431046.
HSL color Cylindrical-coordinate representation of color #C6B7FA: hue angle of 253.43º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6B7FA is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 183 | 250 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.02 |
| HSL | 253.43º | 0.87% | 0.85% | - |
| HSV(B) | 253.43º | 0.27% | 0.98% | - |
| XYZ | 57.48 | 52.77 | 97.6 | - |
| YUV | 195.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 250 | 0.21 | 0.27 | 0 | 0.02 | 253.43 | 0.87 | 0.85 |
| Hex | C6 | B7 | FA | 15 | 1B | 0 | 2 | FD | 57 | 55 |
| Octal | 306 | 267 | 372 | 25 | 33 | 0 | 2 | 375 | 127 | 125 |
| Binary | 11000110 | 10110111 | 11111010 | 10101 | 11011 | 0 | 10 | 11111101 | 1010111 | 1010101 |
Color Harmonies of #C6B7FA
Complementary color
Monochromatic Colors of #C6B7FA
Black with #C6B7FA
Text Example
Text Example
White with #C6B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B7FA; }
p { color: rgb(198,183,250); }
H1.HeaderClassName
{
color: #C6B7FA;
}
.AnyTagClassName
{
color: #C6B7FA;
}
</style>
background-color css
<style>
a { background-color: #C6B7FA; }
a { background-color: rgb(198,183,250); }
div.DivClassName
{
background-color: #C6B7FA;
}
.BgClassName
{
background-color: #C6B7FA;
}
</style>
border-color css
<style>
span { border-color: #C6B7FA; }
span { border-color: rgb(198,183,250); }
td.TdClassName
{
border-color: #C6B7FA;
}
.TagClassName
{
border-color: #C6B7FA;
}
</style>