Shades of Cornflower Blue #6899DF
Tints of Cornflower Blue #6899DF
RGB
CMYK
RGB Variations
Color information
#6899DF (or 0x6899DF) is known color: Cornflower Blue. HEX triplet: 68, 99 and DF. RGB value is (104,153,223). Sum of RGB (Red+Green+Blue) = 104+153+223=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #6899DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6899DF is #976620. Grayscale: #929292. Windows color (decimal): -9922081 or 14653800. OLE color: 14653800.
HSL color Cylindrical-coordinate representation of color #6899DF: hue angle of 215.29º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6899DF is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 153 | 223 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.13 |
| HSL | 215.29º | 0.65% | 0.64% | - |
| HSV(B) | 215.29º | 0.53% | 0.87% | - |
| XYZ | 30.42 | 31.05 | 74.2 | - |
| YUV | 146.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 223 | 0.53 | 0.31 | 0 | 0.13 | 215.29 | 0.65 | 0.64 |
| Hex | 68 | 99 | DF | 35 | 1F | 0 | D | D7 | 41 | 40 |
| Octal | 150 | 231 | 337 | 65 | 37 | 0 | 15 | 327 | 101 | 100 |
| Binary | 1101000 | 10011001 | 11011111 | 110101 | 11111 | 0 | 1101 | 11010111 | 1000001 | 1000000 |
Color Harmonies of #6899DF
Complementary color
Monochromatic Colors of #6899DF
Black with #6899DF
Text Example
Text Example
White with #6899DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899DF; }
p { color: rgb(104,153,223); }
H1.HeaderClassName
{
color: #6899DF;
}
.AnyTagClassName
{
color: #6899DF;
}
</style>
background-color css
<style>
a { background-color: #6899DF; }
a { background-color: rgb(104,153,223); }
div.DivClassName
{
background-color: #6899DF;
}
.BgClassName
{
background-color: #6899DF;
}
</style>
border-color css
<style>
span { border-color: #6899DF; }
span { border-color: rgb(104,153,223); }
td.TdClassName
{
border-color: #6899DF;
}
.TagClassName
{
border-color: #6899DF;
}
</style>