Shades of Blue Chalk #F6DAFF
Tints of Blue Chalk #F6DAFF
RGB
CMYK
RGB Variations
Color information
#F6DAFF (or 0xF6DAFF) is known color: Blue Chalk. HEX triplet: F6, DA and FF. RGB value is (246,218,255). Sum of RGB (Red+Green+Blue) = 246+218+255=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 218 (85.55% from 255 or 30.32% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DAFF is #092500. Grayscale: #E6E6E6. Windows color (decimal): -599297 or 16767734. OLE color: 16767734.
HSL color Cylindrical-coordinate representation of color #F6DAFF: hue angle of 285.41º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6DAFF is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 218 | 255 | - |
| CMYK | 0.04 | 0.15 | 0 | 0 |
| HSL | 285.41º | 1% | 0.93% | - |
| HSV(B) | 285.41º | 0.15% | 1% | - |
| XYZ | 81.13 | 76.96 | 105.19 | - |
| YUV | 230.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 255 | 0.04 | 0.15 | 0 | 0 | 285.41 | 1 | 0.93 |
| Hex | F6 | DA | FF | 4 | F | 0 | 0 | 11D | 64 | 5D |
| Octal | 366 | 332 | 377 | 4 | 17 | 0 | 0 | 435 | 144 | 135 |
| Binary | 11110110 | 11011010 | 11111111 | 100 | 1111 | 0 | 0 | 100011101 | 1100100 | 1011101 |
Color Harmonies of #F6DAFF
Complementary color
Monochromatic Colors of #F6DAFF
Black with #F6DAFF
Text Example
Text Example
White with #F6DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DAFF; }
p { color: rgb(246,218,255); }
H1.HeaderClassName
{
color: #F6DAFF;
}
.AnyTagClassName
{
color: #F6DAFF;
}
</style>
background-color css
<style>
a { background-color: #F6DAFF; }
a { background-color: rgb(246,218,255); }
div.DivClassName
{
background-color: #F6DAFF;
}
.BgClassName
{
background-color: #F6DAFF;
}
</style>
border-color css
<style>
span { border-color: #F6DAFF; }
span { border-color: rgb(246,218,255); }
td.TdClassName
{
border-color: #F6DAFF;
}
.TagClassName
{
border-color: #F6DAFF;
}
</style>