Shades of Cornflower Blue #698DDB
Tints of Cornflower Blue #698DDB
RGB
CMYK
RGB Variations
Color information
#698DDB (or 0x698DDB) is known color: Cornflower Blue. HEX triplet: 69, 8D and DB. RGB value is (105,141,219). Sum of RGB (Red+Green+Blue) = 105+141+219=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #698DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DDB is #967224. Grayscale: #8A8A8A. Windows color (decimal): -9859621 or 14388585. OLE color: 14388585.
HSL color Cylindrical-coordinate representation of color #698DDB: hue angle of 221.05º 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 #698DDB is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 141 | 219 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.14 |
| HSL | 221.05º | 0.61% | 0.64% | - |
| HSV(B) | 221.05º | 0.52% | 0.86% | - |
| XYZ | 28.14 | 27.17 | 70.78 | - |
| YUV | 139.13 | 173.07 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 219 | 0.52 | 0.36 | 0 | 0.14 | 221.05 | 0.61 | 0.64 |
| Hex | 69 | 8D | DB | 34 | 24 | 0 | E | DD | 3D | 40 |
| Octal | 151 | 215 | 333 | 64 | 44 | 0 | 16 | 335 | 75 | 100 |
| Binary | 1101001 | 10001101 | 11011011 | 110100 | 100100 | 0 | 1110 | 11011101 | 111101 | 1000000 |
Color Harmonies of #698DDB
Complementary color
Monochromatic Colors of #698DDB
Black with #698DDB
Text Example
Text Example
White with #698DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DDB; }
p { color: rgb(105,141,219); }
H1.HeaderClassName
{
color: #698DDB;
}
.AnyTagClassName
{
color: #698DDB;
}
</style>
background-color css
<style>
a { background-color: #698DDB; }
a { background-color: rgb(105,141,219); }
div.DivClassName
{
background-color: #698DDB;
}
.BgClassName
{
background-color: #698DDB;
}
</style>
border-color css
<style>
span { border-color: #698DDB; }
span { border-color: rgb(105,141,219); }
td.TdClassName
{
border-color: #698DDB;
}
.TagClassName
{
border-color: #698DDB;
}
</style>