Shades of Cornflower Blue #6897DB
Tints of Cornflower Blue #6897DB
RGB
CMYK
RGB Variations
Color information
#6897DB (or 0x6897DB) is known color: Cornflower Blue. HEX triplet: 68, 97 and DB. RGB value is (104,151,219). Sum of RGB (Red+Green+Blue) = 104+151+219=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #6897DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6897DB is #976824. Grayscale: #909090. Windows color (decimal): -9922597 or 14391144. OLE color: 14391144.
HSL color Cylindrical-coordinate representation of color #6897DB: hue angle of 215.48º 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 #6897DB is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 151 | 219 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.14 |
| HSL | 215.48º | 0.61% | 0.63% | - |
| HSV(B) | 215.48º | 0.53% | 0.86% | - |
| XYZ | 29.56 | 30.19 | 71.29 | - |
| YUV | 144.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 219 | 0.53 | 0.31 | 0 | 0.14 | 215.48 | 0.61 | 0.63 |
| Hex | 68 | 97 | DB | 35 | 1F | 0 | E | D7 | 3D | 3F |
| Octal | 150 | 227 | 333 | 65 | 37 | 0 | 16 | 327 | 75 | 77 |
| Binary | 1101000 | 10010111 | 11011011 | 110101 | 11111 | 0 | 1110 | 11010111 | 111101 | 111111 |
Color Harmonies of #6897DB
Complementary color
Monochromatic Colors of #6897DB
Black with #6897DB
Text Example
Text Example
White with #6897DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6897DB; }
p { color: rgb(104,151,219); }
H1.HeaderClassName
{
color: #6897DB;
}
.AnyTagClassName
{
color: #6897DB;
}
</style>
background-color css
<style>
a { background-color: #6897DB; }
a { background-color: rgb(104,151,219); }
div.DivClassName
{
background-color: #6897DB;
}
.BgClassName
{
background-color: #6897DB;
}
</style>
border-color css
<style>
span { border-color: #6897DB; }
span { border-color: rgb(104,151,219); }
td.TdClassName
{
border-color: #6897DB;
}
.TagClassName
{
border-color: #6897DB;
}
</style>