Shades of Cornflower Blue #688BEC
Tints of Cornflower Blue #688BEC
RGB
CMYK
RGB Variations
Color information
#688BEC (or 0x688BEC) is known color: Cornflower Blue. HEX triplet: 68, 8B and EC. RGB value is (104,139,236). Sum of RGB (Red+Green+Blue) = 104+139+236=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #688BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688BEC is #977413. Grayscale: #8B8B8B. Windows color (decimal): -9925652 or 15502184. OLE color: 15502184.
HSL color Cylindrical-coordinate representation of color #688BEC: hue angle of 224.09º 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 #688BEC is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 139 | 236 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.07 |
| HSL | 224.09º | 0.78% | 0.67% | - |
| HSV(B) | 224.09º | 0.56% | 0.93% | - |
| XYZ | 30.08 | 27.46 | 83.07 | - |
| YUV | 139.59 | 182.4 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 236 | 0.56 | 0.41 | 0 | 0.07 | 224.09 | 0.78 | 0.67 |
| Hex | 68 | 8B | EC | 38 | 29 | 0 | 7 | E0 | 4E | 43 |
| Octal | 150 | 213 | 354 | 70 | 51 | 0 | 7 | 340 | 116 | 103 |
| Binary | 1101000 | 10001011 | 11101100 | 111000 | 101001 | 0 | 111 | 11100000 | 1001110 | 1000011 |
Color Harmonies of #688BEC
Complementary color
Monochromatic Colors of #688BEC
Black with #688BEC
Text Example
Text Example
White with #688BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BEC; }
p { color: rgb(104,139,236); }
H1.HeaderClassName
{
color: #688BEC;
}
.AnyTagClassName
{
color: #688BEC;
}
</style>
background-color css
<style>
a { background-color: #688BEC; }
a { background-color: rgb(104,139,236); }
div.DivClassName
{
background-color: #688BEC;
}
.BgClassName
{
background-color: #688BEC;
}
</style>
border-color css
<style>
span { border-color: #688BEC; }
span { border-color: rgb(104,139,236); }
td.TdClassName
{
border-color: #688BEC;
}
.TagClassName
{
border-color: #688BEC;
}
</style>