Shades of Cornflower Blue #688BD7
Tints of Cornflower Blue #688BD7
RGB
CMYK
RGB Variations
Color information
#688BD7 (or 0x688BD7) is known color: Cornflower Blue. HEX triplet: 68, 8B and D7. RGB value is (104,139,215). Sum of RGB (Red+Green+Blue) = 104+139+215=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #688BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BD7 is #977428. Grayscale: #888888. Windows color (decimal): -9925673 or 14125928. OLE color: 14125928.
HSL color Cylindrical-coordinate representation of color #688BD7: hue angle of 221.08º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #688BD7 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 139 | 215 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.16 |
| HSL | 221.08º | 0.58% | 0.63% | - |
| HSV(B) | 221.08º | 0.52% | 0.84% | - |
| XYZ | 27.21 | 26.31 | 67.94 | - |
| YUV | 137.2 | 171.9 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 215 | 0.52 | 0.35 | 0 | 0.16 | 221.08 | 0.58 | 0.63 |
| Hex | 68 | 8B | D7 | 34 | 23 | 0 | 10 | DD | 3A | 3F |
| Octal | 150 | 213 | 327 | 64 | 43 | 0 | 20 | 335 | 72 | 77 |
| Binary | 1101000 | 10001011 | 11010111 | 110100 | 100011 | 0 | 10000 | 11011101 | 111010 | 111111 |
Color Harmonies of #688BD7
Complementary color
Monochromatic Colors of #688BD7
Black with #688BD7
Text Example
Text Example
White with #688BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BD7; }
p { color: rgb(104,139,215); }
H1.HeaderClassName
{
color: #688BD7;
}
.AnyTagClassName
{
color: #688BD7;
}
</style>
background-color css
<style>
a { background-color: #688BD7; }
a { background-color: rgb(104,139,215); }
div.DivClassName
{
background-color: #688BD7;
}
.BgClassName
{
background-color: #688BD7;
}
</style>
border-color css
<style>
span { border-color: #688BD7; }
span { border-color: rgb(104,139,215); }
td.TdClassName
{
border-color: #688BD7;
}
.TagClassName
{
border-color: #688BD7;
}
</style>