Shades of Cornflower Blue #688CEC
Tints of Cornflower Blue #688CEC
RGB
CMYK
RGB Variations
Color information
#688CEC (or 0x688CEC) is known color: Cornflower Blue. HEX triplet: 68, 8C and EC. RGB value is (104,140,236). Sum of RGB (Red+Green+Blue) = 104+140+236=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #688CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688CEC is #977313. Grayscale: #8B8B8B. Windows color (decimal): -9925396 or 15502440. OLE color: 15502440.
HSL color Cylindrical-coordinate representation of color #688CEC: hue angle of 223.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #688CEC is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 140 | 236 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.07 |
| HSL | 223.64º | 0.78% | 0.67% | - |
| HSV(B) | 223.64º | 0.56% | 0.93% | - |
| XYZ | 30.23 | 27.76 | 83.12 | - |
| YUV | 140.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 236 | 0.56 | 0.41 | 0 | 0.07 | 223.64 | 0.78 | 0.67 |
| Hex | 68 | 8C | EC | 38 | 29 | 0 | 7 | E0 | 4E | 43 |
| Octal | 150 | 214 | 354 | 70 | 51 | 0 | 7 | 340 | 116 | 103 |
| Binary | 1101000 | 10001100 | 11101100 | 111000 | 101001 | 0 | 111 | 11100000 | 1001110 | 1000011 |
Color Harmonies of #688CEC
Complementary color
Monochromatic Colors of #688CEC
Black with #688CEC
Text Example
Text Example
White with #688CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CEC; }
p { color: rgb(104,140,236); }
H1.HeaderClassName
{
color: #688CEC;
}
.AnyTagClassName
{
color: #688CEC;
}
</style>
background-color css
<style>
a { background-color: #688CEC; }
a { background-color: rgb(104,140,236); }
div.DivClassName
{
background-color: #688CEC;
}
.BgClassName
{
background-color: #688CEC;
}
</style>
border-color css
<style>
span { border-color: #688CEC; }
span { border-color: rgb(104,140,236); }
td.TdClassName
{
border-color: #688CEC;
}
.TagClassName
{
border-color: #688CEC;
}
</style>