Shades of Cornflower Blue #688BDD
Tints of Cornflower Blue #688BDD
RGB
CMYK
RGB Variations
Color information
#688BDD (or 0x688BDD) is known color: Cornflower Blue. HEX triplet: 68, 8B and DD. RGB value is (104,139,221). Sum of RGB (Red+Green+Blue) = 104+139+221=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #688BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BDD is #977422. Grayscale: #898989. Windows color (decimal): -9925667 or 14519144. OLE color: 14519144.
HSL color Cylindrical-coordinate representation of color #688BDD: hue angle of 222.05º 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 #688BDD is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 139 | 221 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.13 |
| HSL | 222.05º | 0.63% | 0.64% | - |
| HSV(B) | 222.05º | 0.53% | 0.87% | - |
| XYZ | 27.99 | 26.63 | 72.07 | - |
| YUV | 137.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 221 | 0.53 | 0.37 | 0 | 0.13 | 222.05 | 0.63 | 0.64 |
| Hex | 68 | 8B | DD | 35 | 25 | 0 | D | DE | 3F | 40 |
| Octal | 150 | 213 | 335 | 65 | 45 | 0 | 15 | 336 | 77 | 100 |
| Binary | 1101000 | 10001011 | 11011101 | 110101 | 100101 | 0 | 1101 | 11011110 | 111111 | 1000000 |
Color Harmonies of #688BDD
Complementary color
Monochromatic Colors of #688BDD
Black with #688BDD
Text Example
Text Example
White with #688BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BDD; }
p { color: rgb(104,139,221); }
H1.HeaderClassName
{
color: #688BDD;
}
.AnyTagClassName
{
color: #688BDD;
}
</style>
background-color css
<style>
a { background-color: #688BDD; }
a { background-color: rgb(104,139,221); }
div.DivClassName
{
background-color: #688BDD;
}
.BgClassName
{
background-color: #688BDD;
}
</style>
border-color css
<style>
span { border-color: #688BDD; }
span { border-color: rgb(104,139,221); }
td.TdClassName
{
border-color: #688BDD;
}
.TagClassName
{
border-color: #688BDD;
}
</style>