Shades of Cornflower Blue #688FF0
Tints of Cornflower Blue #688FF0
RGB
CMYK
RGB Variations
Color information
#688FF0 (or 0x688FF0) is known color: Cornflower Blue. HEX triplet: 68, 8F and F0. RGB value is (104,143,240). Sum of RGB (Red+Green+Blue) = 104+143+240=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #688FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688FF0 is #97700F. Grayscale: #8D8D8D. Windows color (decimal): -9924624 or 15765352. OLE color: 15765352.
HSL color Cylindrical-coordinate representation of color #688FF0: hue angle of 222.79º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #688FF0 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 143 | 240 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.06 |
| HSL | 222.79º | 0.82% | 0.67% | - |
| HSV(B) | 222.79º | 0.57% | 0.94% | - |
| XYZ | 31.26 | 28.88 | 86.36 | - |
| YUV | 142.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 240 | 0.57 | 0.40 | 0 | 0.06 | 222.79 | 0.82 | 0.67 |
| Hex | 68 | 8F | F0 | 39 | 28 | 0 | 6 | DF | 52 | 43 |
| Octal | 150 | 217 | 360 | 71 | 50 | 0 | 6 | 337 | 122 | 103 |
| Binary | 1101000 | 10001111 | 11110000 | 111001 | 101000 | 0 | 110 | 11011111 | 1010010 | 1000011 |
Color Harmonies of #688FF0
Complementary color
Monochromatic Colors of #688FF0
Black with #688FF0
Text Example
Text Example
White with #688FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FF0; }
p { color: rgb(104,143,240); }
H1.HeaderClassName
{
color: #688FF0;
}
.AnyTagClassName
{
color: #688FF0;
}
</style>
background-color css
<style>
a { background-color: #688FF0; }
a { background-color: rgb(104,143,240); }
div.DivClassName
{
background-color: #688FF0;
}
.BgClassName
{
background-color: #688FF0;
}
</style>
border-color css
<style>
span { border-color: #688FF0; }
span { border-color: rgb(104,143,240); }
td.TdClassName
{
border-color: #688FF0;
}
.TagClassName
{
border-color: #688FF0;
}
</style>