Shades of Cornflower Blue #6898DB
Tints of Cornflower Blue #6898DB
RGB
CMYK
RGB Variations
Color information
#6898DB (or 0x6898DB) is known color: Cornflower Blue. HEX triplet: 68, 98 and DB. RGB value is (104,152,219). Sum of RGB (Red+Green+Blue) = 104+152+219=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #6898DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898DB is #976724. Grayscale: #909090. Windows color (decimal): -9922341 or 14391400. OLE color: 14391400.
HSL color Cylindrical-coordinate representation of color #6898DB: hue angle of 214.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6898DB is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 152 | 219 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.14 |
| HSL | 214.96º | 0.61% | 0.63% | - |
| HSV(B) | 214.96º | 0.53% | 0.86% | - |
| XYZ | 29.72 | 30.51 | 71.34 | - |
| YUV | 145.29 | 169.6 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 219 | 0.53 | 0.31 | 0 | 0.14 | 214.96 | 0.61 | 0.63 |
| Hex | 68 | 98 | DB | 35 | 1F | 0 | E | D7 | 3D | 3F |
| Octal | 150 | 230 | 333 | 65 | 37 | 0 | 16 | 327 | 75 | 77 |
| Binary | 1101000 | 10011000 | 11011011 | 110101 | 11111 | 0 | 1110 | 11010111 | 111101 | 111111 |
Color Harmonies of #6898DB
Complementary color
Monochromatic Colors of #6898DB
Black with #6898DB
Text Example
Text Example
White with #6898DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6898DB; }
p { color: rgb(104,152,219); }
H1.HeaderClassName
{
color: #6898DB;
}
.AnyTagClassName
{
color: #6898DB;
}
</style>
background-color css
<style>
a { background-color: #6898DB; }
a { background-color: rgb(104,152,219); }
div.DivClassName
{
background-color: #6898DB;
}
.BgClassName
{
background-color: #6898DB;
}
</style>
border-color css
<style>
span { border-color: #6898DB; }
span { border-color: rgb(104,152,219); }
td.TdClassName
{
border-color: #6898DB;
}
.TagClassName
{
border-color: #6898DB;
}
</style>