Shades of Cornflower Blue #6699DF
Tints of Cornflower Blue #6699DF
RGB
CMYK
RGB Variations
Color information
#6699DF (or 0x6699DF) is known color: Cornflower Blue. HEX triplet: 66, 99 and DF. RGB value is (102,153,223). Sum of RGB (Red+Green+Blue) = 102+153+223=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #6699DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699DF is #996620. Grayscale: #919191. Windows color (decimal): -10053153 or 14653798. OLE color: 14653798.
HSL color Cylindrical-coordinate representation of color #6699DF: hue angle of 214.71º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6699DF is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 153 | 223 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.13 |
| HSL | 214.71º | 0.65% | 0.64% | - |
| HSV(B) | 214.71º | 0.54% | 0.87% | - |
| XYZ | 30.19 | 30.93 | 74.19 | - |
| YUV | 145.73 | 171.6 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 223 | 0.54 | 0.31 | 0 | 0.13 | 214.71 | 0.65 | 0.64 |
| Hex | 66 | 99 | DF | 36 | 1F | 0 | D | D7 | 41 | 40 |
| Octal | 146 | 231 | 337 | 66 | 37 | 0 | 15 | 327 | 101 | 100 |
| Binary | 1100110 | 10011001 | 11011111 | 110110 | 11111 | 0 | 1101 | 11010111 | 1000001 | 1000000 |
Color Harmonies of #6699DF
Complementary color
Monochromatic Colors of #6699DF
Black with #6699DF
Text Example
Text Example
White with #6699DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6699DF; }
p { color: rgb(102,153,223); }
H1.HeaderClassName
{
color: #6699DF;
}
.AnyTagClassName
{
color: #6699DF;
}
</style>
background-color css
<style>
a { background-color: #6699DF; }
a { background-color: rgb(102,153,223); }
div.DivClassName
{
background-color: #6699DF;
}
.BgClassName
{
background-color: #6699DF;
}
</style>
border-color css
<style>
span { border-color: #6699DF; }
span { border-color: rgb(102,153,223); }
td.TdClassName
{
border-color: #6699DF;
}
.TagClassName
{
border-color: #6699DF;
}
</style>