Shades of Cornflower Blue #688EEE
Tints of Cornflower Blue #688EEE
RGB
CMYK
RGB Variations
Color information
#688EEE (or 0x688EEE) is known color: Cornflower Blue. HEX triplet: 68, 8E and EE. RGB value is (104,142,238). Sum of RGB (Red+Green+Blue) = 104+142+238=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #688EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688EEE is #977111. Grayscale: #8D8D8D. Windows color (decimal): -9924882 or 15634024. OLE color: 15634024.
HSL color Cylindrical-coordinate representation of color #688EEE: hue angle of 222.99º degrees, saturation: 0.8, 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 #688EEE is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 142 | 238 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.07 |
| HSL | 222.99º | 0.8% | 0.67% | - |
| HSV(B) | 222.99º | 0.56% | 0.93% | - |
| XYZ | 30.81 | 28.46 | 84.76 | - |
| YUV | 141.58 | 182.41 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 142 | 238 | 0.56 | 0.40 | 0 | 0.07 | 222.99 | 0.8 | 0.67 |
| Hex | 68 | 8E | EE | 38 | 28 | 0 | 7 | DF | 50 | 43 |
| Octal | 150 | 216 | 356 | 70 | 50 | 0 | 7 | 337 | 120 | 103 |
| Binary | 1101000 | 10001110 | 11101110 | 111000 | 101000 | 0 | 111 | 11011111 | 1010000 | 1000011 |
Color Harmonies of #688EEE
Complementary color
Monochromatic Colors of #688EEE
Black with #688EEE
Text Example
Text Example
White with #688EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688EEE; }
p { color: rgb(104,142,238); }
H1.HeaderClassName
{
color: #688EEE;
}
.AnyTagClassName
{
color: #688EEE;
}
</style>
background-color css
<style>
a { background-color: #688EEE; }
a { background-color: rgb(104,142,238); }
div.DivClassName
{
background-color: #688EEE;
}
.BgClassName
{
background-color: #688EEE;
}
</style>
border-color css
<style>
span { border-color: #688EEE; }
span { border-color: rgb(104,142,238); }
td.TdClassName
{
border-color: #688EEE;
}
.TagClassName
{
border-color: #688EEE;
}
</style>