Shades of Blue Chalk #E6C9F7
Tints of Blue Chalk #E6C9F7
RGB
CMYK
RGB Variations
Color information
#E6C9F7 (or 0xE6C9F7) is known color: Blue Chalk. HEX triplet: E6, C9 and F7. RGB value is (230,201,247). Sum of RGB (Red+Green+Blue) = 230+201+247=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #E6C9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C9F7 is #193608. Grayscale: #D6D6D6. Windows color (decimal): -1652233 or 16239078. OLE color: 16239078.
HSL color Cylindrical-coordinate representation of color #E6C9F7: hue angle of 277.83º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6C9F7 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 201 | 247 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.03 |
| HSL | 277.83º | 0.74% | 0.88% | - |
| HSV(B) | 277.83º | 0.19% | 0.97% | - |
| XYZ | 70.31 | 65.31 | 96.9 | - |
| YUV | 214.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 247 | 0.07 | 0.19 | 0 | 0.03 | 277.83 | 0.74 | 0.88 |
| Hex | E6 | C9 | F7 | 7 | 13 | 0 | 3 | 116 | 4A | 58 |
| Octal | 346 | 311 | 367 | 7 | 23 | 0 | 3 | 426 | 112 | 130 |
| Binary | 11100110 | 11001001 | 11110111 | 111 | 10011 | 0 | 11 | 100010110 | 1001010 | 1011000 |
Color Harmonies of #E6C9F7
Complementary color
Monochromatic Colors of #E6C9F7
Black with #E6C9F7
Text Example
Text Example
White with #E6C9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C9F7; }
p { color: rgb(230,201,247); }
H1.HeaderClassName
{
color: #E6C9F7;
}
.AnyTagClassName
{
color: #E6C9F7;
}
</style>
background-color css
<style>
a { background-color: #E6C9F7; }
a { background-color: rgb(230,201,247); }
div.DivClassName
{
background-color: #E6C9F7;
}
.BgClassName
{
background-color: #E6C9F7;
}
</style>
border-color css
<style>
span { border-color: #E6C9F7; }
span { border-color: rgb(230,201,247); }
td.TdClassName
{
border-color: #E6C9F7;
}
.TagClassName
{
border-color: #E6C9F7;
}
</style>