Shades of Cornflower Blue #6897DC
Tints of Cornflower Blue #6897DC
RGB
CMYK
RGB Variations
Color information
#6897DC (or 0x6897DC) is known color: Cornflower Blue. HEX triplet: 68, 97 and DC. RGB value is (104,151,220). Sum of RGB (Red+Green+Blue) = 104+151+220=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #6897DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6897DC is #976823. Grayscale: #909090. Windows color (decimal): -9922596 or 14456680. OLE color: 14456680.
HSL color Cylindrical-coordinate representation of color #6897DC: hue angle of 215.69º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6897DC is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 151 | 220 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.14 |
| HSL | 215.69º | 0.62% | 0.64% | - |
| HSV(B) | 215.69º | 0.53% | 0.86% | - |
| XYZ | 29.69 | 30.24 | 71.98 | - |
| YUV | 144.81 | 170.43 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 220 | 0.53 | 0.31 | 0 | 0.14 | 215.69 | 0.62 | 0.64 |
| Hex | 68 | 97 | DC | 35 | 1F | 0 | E | D8 | 3E | 40 |
| Octal | 150 | 227 | 334 | 65 | 37 | 0 | 16 | 330 | 76 | 100 |
| Binary | 1101000 | 10010111 | 11011100 | 110101 | 11111 | 0 | 1110 | 11011000 | 111110 | 1000000 |
Color Harmonies of #6897DC
Complementary color
Monochromatic Colors of #6897DC
Black with #6897DC
Text Example
Text Example
White with #6897DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6897DC; }
p { color: rgb(104,151,220); }
H1.HeaderClassName
{
color: #6897DC;
}
.AnyTagClassName
{
color: #6897DC;
}
</style>
background-color css
<style>
a { background-color: #6897DC; }
a { background-color: rgb(104,151,220); }
div.DivClassName
{
background-color: #6897DC;
}
.BgClassName
{
background-color: #6897DC;
}
</style>
border-color css
<style>
span { border-color: #6897DC; }
span { border-color: rgb(104,151,220); }
td.TdClassName
{
border-color: #6897DC;
}
.TagClassName
{
border-color: #6897DC;
}
</style>