Shades of Cornflower Blue #688FE3
Tints of Cornflower Blue #688FE3
RGB
CMYK
RGB Variations
Color information
#688FE3 (or 0x688FE3) is known color: Cornflower Blue. HEX triplet: 68, 8F and E3. RGB value is (104,143,227). Sum of RGB (Red+Green+Blue) = 104+143+227=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 227 - color contains mainly: blue. Hex color #688FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FE3 is #97701C. Grayscale: #8C8C8C. Windows color (decimal): -9924637 or 14913384. OLE color: 14913384.
HSL color Cylindrical-coordinate representation of color #688FE3: hue angle of 220.98º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #688FE3 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 143 | 227 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.11 |
| HSL | 220.98º | 0.69% | 0.65% | - |
| HSV(B) | 220.98º | 0.54% | 0.89% | - |
| XYZ | 29.4 | 28.13 | 76.55 | - |
| YUV | 140.92 | 176.58 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 227 | 0.54 | 0.37 | 0 | 0.11 | 220.98 | 0.69 | 0.65 |
| Hex | 68 | 8F | E3 | 36 | 25 | 0 | B | DD | 45 | 41 |
| Octal | 150 | 217 | 343 | 66 | 45 | 0 | 13 | 335 | 105 | 101 |
| Binary | 1101000 | 10001111 | 11100011 | 110110 | 100101 | 0 | 1011 | 11011101 | 1000101 | 1000001 |
Color Harmonies of #688FE3
Complementary color
Monochromatic Colors of #688FE3
Black with #688FE3
Text Example
Text Example
White with #688FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FE3; }
p { color: rgb(104,143,227); }
H1.HeaderClassName
{
color: #688FE3;
}
.AnyTagClassName
{
color: #688FE3;
}
</style>
background-color css
<style>
a { background-color: #688FE3; }
a { background-color: rgb(104,143,227); }
div.DivClassName
{
background-color: #688FE3;
}
.BgClassName
{
background-color: #688FE3;
}
</style>
border-color css
<style>
span { border-color: #688FE3; }
span { border-color: rgb(104,143,227); }
td.TdClassName
{
border-color: #688FE3;
}
.TagClassName
{
border-color: #688FE3;
}
</style>