Shades of Cornflower Blue #688CFC
Tints of Cornflower Blue #688CFC
RGB
CMYK
RGB Variations
Color information
#688CFC (or 0x688CFC) is known color: Cornflower Blue. HEX triplet: 68, 8C and FC. RGB value is (104,140,252). Sum of RGB (Red+Green+Blue) = 104+140+252=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #688CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688CFC is #977303. Grayscale: #8D8D8D. Windows color (decimal): -9925380 or 16551016. OLE color: 16551016.
HSL color Cylindrical-coordinate representation of color #688CFC: hue angle of 225.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #688CFC is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 140 | 252 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.01 |
| HSL | 225.41º | 0.96% | 0.7% | - |
| HSV(B) | 225.41º | 0.59% | 0.99% | - |
| XYZ | 32.66 | 28.73 | 95.92 | - |
| YUV | 142 | 190.07 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 252 | 0.59 | 0.44 | 0 | 0.01 | 225.41 | 0.96 | 0.7 |
| Hex | 68 | 8C | FC | 3B | 2C | 0 | 1 | E1 | 60 | 46 |
| Octal | 150 | 214 | 374 | 73 | 54 | 0 | 1 | 341 | 140 | 106 |
| Binary | 1101000 | 10001100 | 11111100 | 111011 | 101100 | 0 | 1 | 11100001 | 1100000 | 1000110 |
Color Harmonies of #688CFC
Complementary color
Monochromatic Colors of #688CFC
Black with #688CFC
Text Example
Text Example
White with #688CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CFC; }
p { color: rgb(104,140,252); }
H1.HeaderClassName
{
color: #688CFC;
}
.AnyTagClassName
{
color: #688CFC;
}
</style>
background-color css
<style>
a { background-color: #688CFC; }
a { background-color: rgb(104,140,252); }
div.DivClassName
{
background-color: #688CFC;
}
.BgClassName
{
background-color: #688CFC;
}
</style>
border-color css
<style>
span { border-color: #688CFC; }
span { border-color: rgb(104,140,252); }
td.TdClassName
{
border-color: #688CFC;
}
.TagClassName
{
border-color: #688CFC;
}
</style>