Shades of Cornflower Blue #688DF6
Tints of Cornflower Blue #688DF6
RGB
CMYK
RGB Variations
Color information
#688DF6 (or 0x688DF6) is known color: Cornflower Blue. HEX triplet: 68, 8D and F6. RGB value is (104,141,246). Sum of RGB (Red+Green+Blue) = 104+141+246=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #688DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688DF6 is #977209. Grayscale: #8D8D8D. Windows color (decimal): -9925130 or 16158056. OLE color: 16158056.
HSL color Cylindrical-coordinate representation of color #688DF6: hue angle of 224.37º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #688DF6 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 141 | 246 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.04 |
| HSL | 224.37º | 0.89% | 0.69% | - |
| HSV(B) | 224.37º | 0.58% | 0.96% | - |
| XYZ | 31.87 | 28.65 | 91.04 | - |
| YUV | 141.91 | 186.74 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 246 | 0.58 | 0.43 | 0 | 0.04 | 224.37 | 0.89 | 0.69 |
| Hex | 68 | 8D | F6 | 3A | 2B | 0 | 4 | E0 | 59 | 45 |
| Octal | 150 | 215 | 366 | 72 | 53 | 0 | 4 | 340 | 131 | 105 |
| Binary | 1101000 | 10001101 | 11110110 | 111010 | 101011 | 0 | 100 | 11100000 | 1011001 | 1000101 |
Color Harmonies of #688DF6
Complementary color
Monochromatic Colors of #688DF6
Black with #688DF6
Text Example
Text Example
White with #688DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DF6; }
p { color: rgb(104,141,246); }
H1.HeaderClassName
{
color: #688DF6;
}
.AnyTagClassName
{
color: #688DF6;
}
</style>
background-color css
<style>
a { background-color: #688DF6; }
a { background-color: rgb(104,141,246); }
div.DivClassName
{
background-color: #688DF6;
}
.BgClassName
{
background-color: #688DF6;
}
</style>
border-color css
<style>
span { border-color: #688DF6; }
span { border-color: rgb(104,141,246); }
td.TdClassName
{
border-color: #688DF6;
}
.TagClassName
{
border-color: #688DF6;
}
</style>