Shades of Cornflower Blue #6898DA
Tints of Cornflower Blue #6898DA
RGB
CMYK
RGB Variations
Color information
#6898DA (or 0x6898DA) is known color: Cornflower Blue. HEX triplet: 68, 98 and DA. RGB value is (104,152,218). Sum of RGB (Red+Green+Blue) = 104+152+218=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #6898DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898DA is #976725. Grayscale: #909090. Windows color (decimal): -9922342 or 14325864. OLE color: 14325864.
HSL color Cylindrical-coordinate representation of color #6898DA: hue angle of 214.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6898DA is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 152 | 218 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.15 |
| HSL | 214.74º | 0.61% | 0.63% | - |
| HSV(B) | 214.74º | 0.52% | 0.85% | - |
| XYZ | 29.59 | 30.46 | 70.65 | - |
| YUV | 145.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 218 | 0.52 | 0.30 | 0 | 0.15 | 214.74 | 0.61 | 0.63 |
| Hex | 68 | 98 | DA | 34 | 1E | 0 | F | D7 | 3D | 3F |
| Octal | 150 | 230 | 332 | 64 | 36 | 0 | 17 | 327 | 75 | 77 |
| Binary | 1101000 | 10011000 | 11011010 | 110100 | 11110 | 0 | 1111 | 11010111 | 111101 | 111111 |
Color Harmonies of #6898DA
Complementary color
Monochromatic Colors of #6898DA
Black with #6898DA
Text Example
Text Example
White with #6898DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6898DA; }
p { color: rgb(104,152,218); }
H1.HeaderClassName
{
color: #6898DA;
}
.AnyTagClassName
{
color: #6898DA;
}
</style>
background-color css
<style>
a { background-color: #6898DA; }
a { background-color: rgb(104,152,218); }
div.DivClassName
{
background-color: #6898DA;
}
.BgClassName
{
background-color: #6898DA;
}
</style>
border-color css
<style>
span { border-color: #6898DA; }
span { border-color: rgb(104,152,218); }
td.TdClassName
{
border-color: #6898DA;
}
.TagClassName
{
border-color: #6898DA;
}
</style>