Shades of Cornflower Blue #698BDB
Tints of Cornflower Blue #698BDB
RGB
CMYK
RGB Variations
Color information
#698BDB (or 0x698BDB) is known color: Cornflower Blue. HEX triplet: 69, 8B and DB. RGB value is (105,139,219). Sum of RGB (Red+Green+Blue) = 105+139+219=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #698BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BDB is #967424. Grayscale: #898989. Windows color (decimal): -9860133 or 14388073. OLE color: 14388073.
HSL color Cylindrical-coordinate representation of color #698BDB: hue angle of 222.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #698BDB is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 139 | 219 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.14 |
| HSL | 222.11º | 0.61% | 0.64% | - |
| HSV(B) | 222.11º | 0.52% | 0.86% | - |
| XYZ | 27.84 | 26.58 | 70.68 | - |
| YUV | 137.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 219 | 0.52 | 0.37 | 0 | 0.14 | 222.11 | 0.61 | 0.64 |
| Hex | 69 | 8B | DB | 34 | 25 | 0 | E | DE | 3D | 40 |
| Octal | 151 | 213 | 333 | 64 | 45 | 0 | 16 | 336 | 75 | 100 |
| Binary | 1101001 | 10001011 | 11011011 | 110100 | 100101 | 0 | 1110 | 11011110 | 111101 | 1000000 |
Color Harmonies of #698BDB
Complementary color
Monochromatic Colors of #698BDB
Black with #698BDB
Text Example
Text Example
White with #698BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BDB; }
p { color: rgb(105,139,219); }
H1.HeaderClassName
{
color: #698BDB;
}
.AnyTagClassName
{
color: #698BDB;
}
</style>
background-color css
<style>
a { background-color: #698BDB; }
a { background-color: rgb(105,139,219); }
div.DivClassName
{
background-color: #698BDB;
}
.BgClassName
{
background-color: #698BDB;
}
</style>
border-color css
<style>
span { border-color: #698BDB; }
span { border-color: rgb(105,139,219); }
td.TdClassName
{
border-color: #698BDB;
}
.TagClassName
{
border-color: #698BDB;
}
</style>