Shades of Cornflower Blue #688FE5
Tints of Cornflower Blue #688FE5
RGB
CMYK
RGB Variations
Color information
#688FE5 (or 0x688FE5) is known color: Cornflower Blue. HEX triplet: 68, 8F and E5. RGB value is (104,143,229). Sum of RGB (Red+Green+Blue) = 104+143+229=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #688FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FE5 is #97701A. Grayscale: #8C8C8C. Windows color (decimal): -9924635 or 15044456. OLE color: 15044456.
HSL color Cylindrical-coordinate representation of color #688FE5: hue angle of 221.28º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #688FE5 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 143 | 229 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.10 |
| HSL | 221.28º | 0.71% | 0.65% | - |
| HSV(B) | 221.28º | 0.55% | 0.9% | - |
| XYZ | 29.67 | 28.25 | 78.02 | - |
| YUV | 141.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 229 | 0.55 | 0.38 | 0 | 0.10 | 221.28 | 0.71 | 0.65 |
| Hex | 68 | 8F | E5 | 37 | 26 | 0 | A | DD | 47 | 41 |
| Octal | 150 | 217 | 345 | 67 | 46 | 0 | 12 | 335 | 107 | 101 |
| Binary | 1101000 | 10001111 | 11100101 | 110111 | 100110 | 0 | 1010 | 11011101 | 1000111 | 1000001 |
Color Harmonies of #688FE5
Complementary color
Monochromatic Colors of #688FE5
Black with #688FE5
Text Example
Text Example
White with #688FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FE5; }
p { color: rgb(104,143,229); }
H1.HeaderClassName
{
color: #688FE5;
}
.AnyTagClassName
{
color: #688FE5;
}
</style>
background-color css
<style>
a { background-color: #688FE5; }
a { background-color: rgb(104,143,229); }
div.DivClassName
{
background-color: #688FE5;
}
.BgClassName
{
background-color: #688FE5;
}
</style>
border-color css
<style>
span { border-color: #688FE5; }
span { border-color: rgb(104,143,229); }
td.TdClassName
{
border-color: #688FE5;
}
.TagClassName
{
border-color: #688FE5;
}
</style>