Shades of Lavender Blue #C6C4FA
Tints of Lavender Blue #C6C4FA
RGB
CMYK
RGB Variations
Color information
#C6C4FA (or 0xC6C4FA) is known color: Lavender Blue. HEX triplet: C6, C4 and FA. RGB value is (198,196,250). Sum of RGB (Red+Green+Blue) = 198+196+250=644 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.75% from 644); Green value is 196 (76.95% from 255 or 30.43% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6C4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C4FA is #393B05. Grayscale: #CACACA. Windows color (decimal): -3750662 or 16434374. OLE color: 16434374.
HSL color Cylindrical-coordinate representation of color #C6C4FA: hue angle of 242.22º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6C4FA is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 196 | 250 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.02 |
| HSL | 242.22º | 0.84% | 0.87% | - |
| HSV(B) | 242.22º | 0.22% | 0.98% | - |
| XYZ | 60.28 | 58.39 | 98.54 | - |
| YUV | 202.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 250 | 0.21 | 0.22 | 0 | 0.02 | 242.22 | 0.84 | 0.87 |
| Hex | C6 | C4 | FA | 15 | 16 | 0 | 2 | F2 | 54 | 57 |
| Octal | 306 | 304 | 372 | 25 | 26 | 0 | 2 | 362 | 124 | 127 |
| Binary | 11000110 | 11000100 | 11111010 | 10101 | 10110 | 0 | 10 | 11110010 | 1010100 | 1010111 |
Color Harmonies of #C6C4FA
Complementary color
Monochromatic Colors of #C6C4FA
Black with #C6C4FA
Text Example
Text Example
White with #C6C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C4FA; }
p { color: rgb(198,196,250); }
H1.HeaderClassName
{
color: #C6C4FA;
}
.AnyTagClassName
{
color: #C6C4FA;
}
</style>
background-color css
<style>
a { background-color: #C6C4FA; }
a { background-color: rgb(198,196,250); }
div.DivClassName
{
background-color: #C6C4FA;
}
.BgClassName
{
background-color: #C6C4FA;
}
</style>
border-color css
<style>
span { border-color: #C6C4FA; }
span { border-color: rgb(198,196,250); }
td.TdClassName
{
border-color: #C6C4FA;
}
.TagClassName
{
border-color: #C6C4FA;
}
</style>