Shades of Cornflower Blue #688DDD
Tints of Cornflower Blue #688DDD
RGB
CMYK
RGB Variations
Color information
#688DDD (or 0x688DDD) is known color: Cornflower Blue. HEX triplet: 68, 8D and DD. RGB value is (104,141,221). Sum of RGB (Red+Green+Blue) = 104+141+221=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #688DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DDD is #977222. Grayscale: #8A8A8A. Windows color (decimal): -9925155 or 14519656. OLE color: 14519656.
HSL color Cylindrical-coordinate representation of color #688DDD: hue angle of 221.03º 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 #688DDD is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 141 | 221 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.13 |
| HSL | 221.03º | 0.63% | 0.64% | - |
| HSV(B) | 221.03º | 0.53% | 0.87% | - |
| XYZ | 28.28 | 27.21 | 72.17 | - |
| YUV | 139.06 | 174.24 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 221 | 0.53 | 0.36 | 0 | 0.13 | 221.03 | 0.63 | 0.64 |
| Hex | 68 | 8D | DD | 35 | 24 | 0 | D | DD | 3F | 40 |
| Octal | 150 | 215 | 335 | 65 | 44 | 0 | 15 | 335 | 77 | 100 |
| Binary | 1101000 | 10001101 | 11011101 | 110101 | 100100 | 0 | 1101 | 11011101 | 111111 | 1000000 |
Color Harmonies of #688DDD
Complementary color
Monochromatic Colors of #688DDD
Black with #688DDD
Text Example
Text Example
White with #688DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DDD; }
p { color: rgb(104,141,221); }
H1.HeaderClassName
{
color: #688DDD;
}
.AnyTagClassName
{
color: #688DDD;
}
</style>
background-color css
<style>
a { background-color: #688DDD; }
a { background-color: rgb(104,141,221); }
div.DivClassName
{
background-color: #688DDD;
}
.BgClassName
{
background-color: #688DDD;
}
</style>
border-color css
<style>
span { border-color: #688DDD; }
span { border-color: rgb(104,141,221); }
td.TdClassName
{
border-color: #688DDD;
}
.TagClassName
{
border-color: #688DDD;
}
</style>