Shades of Cornflower Blue #689BDB
Tints of Cornflower Blue #689BDB
RGB
CMYK
RGB Variations
Color information
#689BDB (or 0x689BDB) is known color: Cornflower Blue. HEX triplet: 68, 9B and DB. RGB value is (104,155,219). Sum of RGB (Red+Green+Blue) = 104+155+219=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #689BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BDB is #976424. Grayscale: #929292. Windows color (decimal): -9921573 or 14392168. OLE color: 14392168.
HSL color Cylindrical-coordinate representation of color #689BDB: hue angle of 213.39º 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 #689BDB is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 155 | 219 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.14 |
| HSL | 213.39º | 0.61% | 0.63% | - |
| HSV(B) | 213.39º | 0.53% | 0.86% | - |
| XYZ | 30.22 | 31.5 | 71.51 | - |
| YUV | 147.05 | 168.6 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 219 | 0.53 | 0.29 | 0 | 0.14 | 213.39 | 0.61 | 0.63 |
| Hex | 68 | 9B | DB | 35 | 1D | 0 | E | D5 | 3D | 3F |
| Octal | 150 | 233 | 333 | 65 | 35 | 0 | 16 | 325 | 75 | 77 |
| Binary | 1101000 | 10011011 | 11011011 | 110101 | 11101 | 0 | 1110 | 11010101 | 111101 | 111111 |
Color Harmonies of #689BDB
Complementary color
Monochromatic Colors of #689BDB
Black with #689BDB
Text Example
Text Example
White with #689BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BDB; }
p { color: rgb(104,155,219); }
H1.HeaderClassName
{
color: #689BDB;
}
.AnyTagClassName
{
color: #689BDB;
}
</style>
background-color css
<style>
a { background-color: #689BDB; }
a { background-color: rgb(104,155,219); }
div.DivClassName
{
background-color: #689BDB;
}
.BgClassName
{
background-color: #689BDB;
}
</style>
border-color css
<style>
span { border-color: #689BDB; }
span { border-color: rgb(104,155,219); }
td.TdClassName
{
border-color: #689BDB;
}
.TagClassName
{
border-color: #689BDB;
}
</style>