Shades of Cornflower Blue #688DF4
Tints of Cornflower Blue #688DF4
RGB
CMYK
RGB Variations
Color information
#688DF4 (or 0x688DF4) is known color: Cornflower Blue. HEX triplet: 68, 8D and F4. RGB value is (104,141,244). Sum of RGB (Red+Green+Blue) = 104+141+244=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #688DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688DF4 is #97720B. Grayscale: #8D8D8D. Windows color (decimal): -9925132 or 16026984. OLE color: 16026984.
HSL color Cylindrical-coordinate representation of color #688DF4: hue angle of 224.14º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #688DF4 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 141 | 244 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.04 |
| HSL | 224.14º | 0.86% | 0.68% | - |
| HSV(B) | 224.14º | 0.57% | 0.96% | - |
| XYZ | 31.56 | 28.52 | 89.43 | - |
| YUV | 141.68 | 185.74 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 244 | 0.57 | 0.42 | 0 | 0.04 | 224.14 | 0.86 | 0.68 |
| Hex | 68 | 8D | F4 | 39 | 2A | 0 | 4 | E0 | 56 | 44 |
| Octal | 150 | 215 | 364 | 71 | 52 | 0 | 4 | 340 | 126 | 104 |
| Binary | 1101000 | 10001101 | 11110100 | 111001 | 101010 | 0 | 100 | 11100000 | 1010110 | 1000100 |
Color Harmonies of #688DF4
Complementary color
Monochromatic Colors of #688DF4
Black with #688DF4
Text Example
Text Example
White with #688DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DF4; }
p { color: rgb(104,141,244); }
H1.HeaderClassName
{
color: #688DF4;
}
.AnyTagClassName
{
color: #688DF4;
}
</style>
background-color css
<style>
a { background-color: #688DF4; }
a { background-color: rgb(104,141,244); }
div.DivClassName
{
background-color: #688DF4;
}
.BgClassName
{
background-color: #688DF4;
}
</style>
border-color css
<style>
span { border-color: #688DF4; }
span { border-color: rgb(104,141,244); }
td.TdClassName
{
border-color: #688DF4;
}
.TagClassName
{
border-color: #688DF4;
}
</style>