Shades of Cornflower Blue #688CE0
Tints of Cornflower Blue #688CE0
RGB
CMYK
RGB Variations
Color information
#688CE0 (or 0x688CE0) is known color: Cornflower Blue. HEX triplet: 68, 8C and E0. RGB value is (104,140,224). Sum of RGB (Red+Green+Blue) = 104+140+224=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #688CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CE0 is #97731F. Grayscale: #8A8A8A. Windows color (decimal): -9925408 or 14716008. OLE color: 14716008.
HSL color Cylindrical-coordinate representation of color #688CE0: hue angle of 222º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #688CE0 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 140 | 224 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.12 |
| HSL | 222º | 0.66% | 0.64% | - |
| HSV(B) | 222º | 0.54% | 0.88% | - |
| XYZ | 28.54 | 27.08 | 74.24 | - |
| YUV | 138.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 224 | 0.54 | 0.38 | 0 | 0.12 | 222 | 0.66 | 0.64 |
| Hex | 68 | 8C | E0 | 36 | 26 | 0 | C | DE | 42 | 40 |
| Octal | 150 | 214 | 340 | 66 | 46 | 0 | 14 | 336 | 102 | 100 |
| Binary | 1101000 | 10001100 | 11100000 | 110110 | 100110 | 0 | 1100 | 11011110 | 1000010 | 1000000 |
Color Harmonies of #688CE0
Complementary color
Monochromatic Colors of #688CE0
Black with #688CE0
Text Example
Text Example
White with #688CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CE0; }
p { color: rgb(104,140,224); }
H1.HeaderClassName
{
color: #688CE0;
}
.AnyTagClassName
{
color: #688CE0;
}
</style>
background-color css
<style>
a { background-color: #688CE0; }
a { background-color: rgb(104,140,224); }
div.DivClassName
{
background-color: #688CE0;
}
.BgClassName
{
background-color: #688CE0;
}
</style>
border-color css
<style>
span { border-color: #688CE0; }
span { border-color: rgb(104,140,224); }
td.TdClassName
{
border-color: #688CE0;
}
.TagClassName
{
border-color: #688CE0;
}
</style>