Shades of Cornflower Blue #688CE6
Tints of Cornflower Blue #688CE6
RGB
CMYK
RGB Variations
Color information
#688CE6 (or 0x688CE6) is known color: Cornflower Blue. HEX triplet: 68, 8C and E6. RGB value is (104,140,230). Sum of RGB (Red+Green+Blue) = 104+140+230=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #688CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688CE6 is #977319. Grayscale: #8B8B8B. Windows color (decimal): -9925402 or 15109224. OLE color: 15109224.
HSL color Cylindrical-coordinate representation of color #688CE6: hue angle of 222.86º degrees, saturation: 0.72, 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 #688CE6 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 140 | 230 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.10 |
| HSL | 222.86º | 0.72% | 0.65% | - |
| HSV(B) | 222.86º | 0.55% | 0.9% | - |
| XYZ | 29.37 | 27.41 | 78.61 | - |
| YUV | 139.5 | 179.07 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 230 | 0.55 | 0.39 | 0 | 0.10 | 222.86 | 0.72 | 0.65 |
| Hex | 68 | 8C | E6 | 37 | 27 | 0 | A | DF | 48 | 41 |
| Octal | 150 | 214 | 346 | 67 | 47 | 0 | 12 | 337 | 110 | 101 |
| Binary | 1101000 | 10001100 | 11100110 | 110111 | 100111 | 0 | 1010 | 11011111 | 1001000 | 1000001 |
Color Harmonies of #688CE6
Complementary color
Monochromatic Colors of #688CE6
Black with #688CE6
Text Example
Text Example
White with #688CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CE6; }
p { color: rgb(104,140,230); }
H1.HeaderClassName
{
color: #688CE6;
}
.AnyTagClassName
{
color: #688CE6;
}
</style>
background-color css
<style>
a { background-color: #688CE6; }
a { background-color: rgb(104,140,230); }
div.DivClassName
{
background-color: #688CE6;
}
.BgClassName
{
background-color: #688CE6;
}
</style>
border-color css
<style>
span { border-color: #688CE6; }
span { border-color: rgb(104,140,230); }
td.TdClassName
{
border-color: #688CE6;
}
.TagClassName
{
border-color: #688CE6;
}
</style>