Shades of Cornflower Blue #688BDE
Tints of Cornflower Blue #688BDE
RGB
CMYK
RGB Variations
Color information
#688BDE (or 0x688BDE) is known color: Cornflower Blue. HEX triplet: 68, 8B and DE. RGB value is (104,139,222). Sum of RGB (Red+Green+Blue) = 104+139+222=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #688BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BDE is #977421. Grayscale: #898989. Windows color (decimal): -9925666 or 14584680. OLE color: 14584680.
HSL color Cylindrical-coordinate representation of color #688BDE: hue angle of 222.2º degrees, saturation: 0.64, 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 #688BDE is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 139 | 222 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.13 |
| HSL | 222.2º | 0.64% | 0.64% | - |
| HSV(B) | 222.2º | 0.53% | 0.87% | - |
| XYZ | 28.13 | 26.68 | 72.78 | - |
| YUV | 138 | 175.4 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 222 | 0.53 | 0.37 | 0 | 0.13 | 222.2 | 0.64 | 0.64 |
| Hex | 68 | 8B | DE | 35 | 25 | 0 | D | DE | 40 | 40 |
| Octal | 150 | 213 | 336 | 65 | 45 | 0 | 15 | 336 | 100 | 100 |
| Binary | 1101000 | 10001011 | 11011110 | 110101 | 100101 | 0 | 1101 | 11011110 | 1000000 | 1000000 |
Color Harmonies of #688BDE
Complementary color
Monochromatic Colors of #688BDE
Black with #688BDE
Text Example
Text Example
White with #688BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BDE; }
p { color: rgb(104,139,222); }
H1.HeaderClassName
{
color: #688BDE;
}
.AnyTagClassName
{
color: #688BDE;
}
</style>
background-color css
<style>
a { background-color: #688BDE; }
a { background-color: rgb(104,139,222); }
div.DivClassName
{
background-color: #688BDE;
}
.BgClassName
{
background-color: #688BDE;
}
</style>
border-color css
<style>
span { border-color: #688BDE; }
span { border-color: rgb(104,139,222); }
td.TdClassName
{
border-color: #688BDE;
}
.TagClassName
{
border-color: #688BDE;
}
</style>