Shades of Cornflower Blue #689DDD
Tints of Cornflower Blue #689DDD
RGB
CMYK
RGB Variations
Color information
#689DDD (or 0x689DDD) is known color: Cornflower Blue. HEX triplet: 68, 9D and DD. RGB value is (104,157,221). Sum of RGB (Red+Green+Blue) = 104+157+221=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #689DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DDD is #976222. Grayscale: #949494. Windows color (decimal): -9921059 or 14523752. OLE color: 14523752.
HSL color Cylindrical-coordinate representation of color #689DDD: hue angle of 212.82º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #689DDD is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 157 | 221 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.13 |
| HSL | 212.82º | 0.63% | 0.64% | - |
| HSV(B) | 212.82º | 0.53% | 0.87% | - |
| XYZ | 30.82 | 32.28 | 73.01 | - |
| YUV | 148.45 | 168.94 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 221 | 0.53 | 0.29 | 0 | 0.13 | 212.82 | 0.63 | 0.64 |
| Hex | 68 | 9D | DD | 35 | 1D | 0 | D | D5 | 3F | 40 |
| Octal | 150 | 235 | 335 | 65 | 35 | 0 | 15 | 325 | 77 | 100 |
| Binary | 1101000 | 10011101 | 11011101 | 110101 | 11101 | 0 | 1101 | 11010101 | 111111 | 1000000 |
Color Harmonies of #689DDD
Complementary color
Monochromatic Colors of #689DDD
Black with #689DDD
Text Example
Text Example
White with #689DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DDD; }
p { color: rgb(104,157,221); }
H1.HeaderClassName
{
color: #689DDD;
}
.AnyTagClassName
{
color: #689DDD;
}
</style>
background-color css
<style>
a { background-color: #689DDD; }
a { background-color: rgb(104,157,221); }
div.DivClassName
{
background-color: #689DDD;
}
.BgClassName
{
background-color: #689DDD;
}
</style>
border-color css
<style>
span { border-color: #689DDD; }
span { border-color: rgb(104,157,221); }
td.TdClassName
{
border-color: #689DDD;
}
.TagClassName
{
border-color: #689DDD;
}
</style>