Shades of Cornflower Blue #688FFE
Tints of Cornflower Blue #688FFE
RGB
CMYK
RGB Variations
Color information
#688FFE (or 0x688FFE) is known color: Cornflower Blue. HEX triplet: 68, 8F and FE. RGB value is (104,143,254). Sum of RGB (Red+Green+Blue) = 104+143+254=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #688FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688FFE is #977001. Grayscale: #8F8F8F. Windows color (decimal): -9924610 or 16682856. OLE color: 16682856.
HSL color Cylindrical-coordinate representation of color #688FFE: hue angle of 224.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #688FFE is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 143 | 254 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.00 |
| HSL | 224.4º | 0.99% | 0.7% | - |
| HSV(B) | 224.4º | 0.59% | 1% | - |
| XYZ | 33.42 | 29.74 | 97.75 | - |
| YUV | 143.99 | 190.08 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 254 | 0.59 | 0.44 | 0 | 0.00 | 224.4 | 0.99 | 0.7 |
| Hex | 68 | 8F | FE | 3B | 2C | 0 | 0 | E0 | 63 | 46 |
| Octal | 150 | 217 | 376 | 73 | 54 | 0 | 0 | 340 | 143 | 106 |
| Binary | 1101000 | 10001111 | 11111110 | 111011 | 101100 | 0 | 0 | 11100000 | 1100011 | 1000110 |
Color Harmonies of #688FFE
Complementary color
Monochromatic Colors of #688FFE
Black with #688FFE
Text Example
Text Example
White with #688FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FFE; }
p { color: rgb(104,143,254); }
H1.HeaderClassName
{
color: #688FFE;
}
.AnyTagClassName
{
color: #688FFE;
}
</style>
background-color css
<style>
a { background-color: #688FFE; }
a { background-color: rgb(104,143,254); }
div.DivClassName
{
background-color: #688FFE;
}
.BgClassName
{
background-color: #688FFE;
}
</style>
border-color css
<style>
span { border-color: #688FFE; }
span { border-color: rgb(104,143,254); }
td.TdClassName
{
border-color: #688FFE;
}
.TagClassName
{
border-color: #688FFE;
}
</style>