Shades of Cornflower Blue #6898DF
Tints of Cornflower Blue #6898DF
RGB
CMYK
RGB Variations
Color information
#6898DF (or 0x6898DF) is known color: Cornflower Blue. HEX triplet: 68, 98 and DF. RGB value is (104,152,223). Sum of RGB (Red+Green+Blue) = 104+152+223=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #6898DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898DF is #976720. Grayscale: #919191. Windows color (decimal): -9922337 or 14653544. OLE color: 14653544.
HSL color Cylindrical-coordinate representation of color #6898DF: hue angle of 215.8º 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 #6898DF is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 152 | 223 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.13 |
| HSL | 215.8º | 0.65% | 0.64% | - |
| HSV(B) | 215.8º | 0.53% | 0.87% | - |
| XYZ | 30.26 | 30.73 | 74.15 | - |
| YUV | 145.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 223 | 0.53 | 0.32 | 0 | 0.13 | 215.8 | 0.65 | 0.64 |
| Hex | 68 | 98 | DF | 35 | 20 | 0 | D | D8 | 41 | 40 |
| Octal | 150 | 230 | 337 | 65 | 40 | 0 | 15 | 330 | 101 | 100 |
| Binary | 1101000 | 10011000 | 11011111 | 110101 | 100000 | 0 | 1101 | 11011000 | 1000001 | 1000000 |
Color Harmonies of #6898DF
Complementary color
Monochromatic Colors of #6898DF
Black with #6898DF
Text Example
Text Example
White with #6898DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6898DF; }
p { color: rgb(104,152,223); }
H1.HeaderClassName
{
color: #6898DF;
}
.AnyTagClassName
{
color: #6898DF;
}
</style>
background-color css
<style>
a { background-color: #6898DF; }
a { background-color: rgb(104,152,223); }
div.DivClassName
{
background-color: #6898DF;
}
.BgClassName
{
background-color: #6898DF;
}
</style>
border-color css
<style>
span { border-color: #6898DF; }
span { border-color: rgb(104,152,223); }
td.TdClassName
{
border-color: #6898DF;
}
.TagClassName
{
border-color: #6898DF;
}
</style>