Shades of Cornflower Blue #688CDE
Tints of Cornflower Blue #688CDE
RGB
CMYK
RGB Variations
Color information
#688CDE (or 0x688CDE) is known color: Cornflower Blue. HEX triplet: 68, 8C and DE. RGB value is (104,140,222). Sum of RGB (Red+Green+Blue) = 104+140+222=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #688CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CDE is #977321. Grayscale: #8A8A8A. Windows color (decimal): -9925410 or 14584936. OLE color: 14584936.
HSL color Cylindrical-coordinate representation of color #688CDE: hue angle of 221.69º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #688CDE is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 140 | 222 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.13 |
| HSL | 221.69º | 0.64% | 0.64% | - |
| HSV(B) | 221.69º | 0.53% | 0.87% | - |
| XYZ | 28.27 | 26.97 | 72.82 | - |
| YUV | 138.58 | 175.07 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 222 | 0.53 | 0.37 | 0 | 0.13 | 221.69 | 0.64 | 0.64 |
| Hex | 68 | 8C | DE | 35 | 25 | 0 | D | DE | 40 | 40 |
| Octal | 150 | 214 | 336 | 65 | 45 | 0 | 15 | 336 | 100 | 100 |
| Binary | 1101000 | 10001100 | 11011110 | 110101 | 100101 | 0 | 1101 | 11011110 | 1000000 | 1000000 |
Color Harmonies of #688CDE
Complementary color
Monochromatic Colors of #688CDE
Black with #688CDE
Text Example
Text Example
White with #688CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CDE; }
p { color: rgb(104,140,222); }
H1.HeaderClassName
{
color: #688CDE;
}
.AnyTagClassName
{
color: #688CDE;
}
</style>
background-color css
<style>
a { background-color: #688CDE; }
a { background-color: rgb(104,140,222); }
div.DivClassName
{
background-color: #688CDE;
}
.BgClassName
{
background-color: #688CDE;
}
</style>
border-color css
<style>
span { border-color: #688CDE; }
span { border-color: rgb(104,140,222); }
td.TdClassName
{
border-color: #688CDE;
}
.TagClassName
{
border-color: #688CDE;
}
</style>