Shades of Cornflower Blue #688FEC
Tints of Cornflower Blue #688FEC
RGB
CMYK
RGB Variations
Color information
#688FEC (or 0x688FEC) is known color: Cornflower Blue. HEX triplet: 68, 8F and EC. RGB value is (104,143,236). Sum of RGB (Red+Green+Blue) = 104+143+236=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #688FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688FEC is #977013. Grayscale: #8D8D8D. Windows color (decimal): -9924628 or 15503208. OLE color: 15503208.
HSL color Cylindrical-coordinate representation of color #688FEC: hue angle of 222.27º 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 #688FEC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 143 | 236 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.07 |
| HSL | 222.27º | 0.78% | 0.67% | - |
| HSV(B) | 222.27º | 0.56% | 0.93% | - |
| XYZ | 30.67 | 28.64 | 83.27 | - |
| YUV | 141.94 | 181.08 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 236 | 0.56 | 0.39 | 0 | 0.07 | 222.27 | 0.78 | 0.67 |
| Hex | 68 | 8F | EC | 38 | 27 | 0 | 7 | DE | 4E | 43 |
| Octal | 150 | 217 | 354 | 70 | 47 | 0 | 7 | 336 | 116 | 103 |
| Binary | 1101000 | 10001111 | 11101100 | 111000 | 100111 | 0 | 111 | 11011110 | 1001110 | 1000011 |
Color Harmonies of #688FEC
Complementary color
Monochromatic Colors of #688FEC
Black with #688FEC
Text Example
Text Example
White with #688FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FEC; }
p { color: rgb(104,143,236); }
H1.HeaderClassName
{
color: #688FEC;
}
.AnyTagClassName
{
color: #688FEC;
}
</style>
background-color css
<style>
a { background-color: #688FEC; }
a { background-color: rgb(104,143,236); }
div.DivClassName
{
background-color: #688FEC;
}
.BgClassName
{
background-color: #688FEC;
}
</style>
border-color css
<style>
span { border-color: #688FEC; }
span { border-color: rgb(104,143,236); }
td.TdClassName
{
border-color: #688FEC;
}
.TagClassName
{
border-color: #688FEC;
}
</style>