Shades of Cornflower Blue #688FE2
Tints of Cornflower Blue #688FE2
RGB
CMYK
RGB Variations
Color information
#688FE2 (or 0x688FE2) is known color: Cornflower Blue. HEX triplet: 68, 8F and E2. RGB value is (104,143,226). Sum of RGB (Red+Green+Blue) = 104+143+226=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #688FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FE2 is #97701D. Grayscale: #8C8C8C. Windows color (decimal): -9924638 or 14847848. OLE color: 14847848.
HSL color Cylindrical-coordinate representation of color #688FE2: hue angle of 220.82º degrees, saturation: 0.68, 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 #688FE2 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 143 | 226 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.11 |
| HSL | 220.82º | 0.68% | 0.65% | - |
| HSV(B) | 220.82º | 0.54% | 0.89% | - |
| XYZ | 29.26 | 28.08 | 75.83 | - |
| YUV | 140.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 226 | 0.54 | 0.37 | 0 | 0.11 | 220.82 | 0.68 | 0.65 |
| Hex | 68 | 8F | E2 | 36 | 25 | 0 | B | DD | 44 | 41 |
| Octal | 150 | 217 | 342 | 66 | 45 | 0 | 13 | 335 | 104 | 101 |
| Binary | 1101000 | 10001111 | 11100010 | 110110 | 100101 | 0 | 1011 | 11011101 | 1000100 | 1000001 |
Color Harmonies of #688FE2
Complementary color
Monochromatic Colors of #688FE2
Black with #688FE2
Text Example
Text Example
White with #688FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FE2; }
p { color: rgb(104,143,226); }
H1.HeaderClassName
{
color: #688FE2;
}
.AnyTagClassName
{
color: #688FE2;
}
</style>
background-color css
<style>
a { background-color: #688FE2; }
a { background-color: rgb(104,143,226); }
div.DivClassName
{
background-color: #688FE2;
}
.BgClassName
{
background-color: #688FE2;
}
</style>
border-color css
<style>
span { border-color: #688FE2; }
span { border-color: rgb(104,143,226); }
td.TdClassName
{
border-color: #688FE2;
}
.TagClassName
{
border-color: #688FE2;
}
</style>