Shades of Perfume #C6A9EF
Tints of Perfume #C6A9EF
RGB
CMYK
RGB Variations
Color information
#C6A9EF (or 0xC6A9EF) is known color: Perfume. HEX triplet: C6, A9 and EF. RGB value is (198,169,239). Sum of RGB (Red+Green+Blue) = 198+169+239=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6A9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A9EF is #395610. Grayscale: #B9B9B9. Windows color (decimal): -3757585 or 15706566. OLE color: 15706566.
HSL color Cylindrical-coordinate representation of color #C6A9EF: hue angle of 264.86º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6A9EF is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 169 | 239 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.06 |
| HSL | 264.86º | 0.69% | 0.8% | - |
| HSV(B) | 264.86º | 0.29% | 0.94% | - |
| XYZ | 53.06 | 46.61 | 87.86 | - |
| YUV | 185.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 239 | 0.17 | 0.29 | 0 | 0.06 | 264.86 | 0.69 | 0.8 |
| Hex | C6 | A9 | EF | 11 | 1D | 0 | 6 | 109 | 45 | 50 |
| Octal | 306 | 251 | 357 | 21 | 35 | 0 | 6 | 411 | 105 | 120 |
| Binary | 11000110 | 10101001 | 11101111 | 10001 | 11101 | 0 | 110 | 100001001 | 1000101 | 1010000 |
Color Harmonies of #C6A9EF
Complementary color
Monochromatic Colors of #C6A9EF
Black with #C6A9EF
Text Example
Text Example
White with #C6A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A9EF; }
p { color: rgb(198,169,239); }
H1.HeaderClassName
{
color: #C6A9EF;
}
.AnyTagClassName
{
color: #C6A9EF;
}
</style>
background-color css
<style>
a { background-color: #C6A9EF; }
a { background-color: rgb(198,169,239); }
div.DivClassName
{
background-color: #C6A9EF;
}
.BgClassName
{
background-color: #C6A9EF;
}
</style>
border-color css
<style>
span { border-color: #C6A9EF; }
span { border-color: rgb(198,169,239); }
td.TdClassName
{
border-color: #C6A9EF;
}
.TagClassName
{
border-color: #C6A9EF;
}
</style>