Shades of Cornflower Blue #688DE8
Tints of Cornflower Blue #688DE8
RGB
CMYK
RGB Variations
Color information
#688DE8 (or 0x688DE8) is known color: Cornflower Blue. HEX triplet: 68, 8D and E8. RGB value is (104,141,232). Sum of RGB (Red+Green+Blue) = 104+141+232=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #688DE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688DE8 is #977217. Grayscale: #8B8B8B. Windows color (decimal): -9925144 or 15240552. OLE color: 15240552.
HSL color Cylindrical-coordinate representation of color #688DE8: hue angle of 222.66º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #688DE8 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 141 | 232 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.09 |
| HSL | 222.66º | 0.74% | 0.66% | - |
| HSV(B) | 222.66º | 0.55% | 0.91% | - |
| XYZ | 29.8 | 27.82 | 80.14 | - |
| YUV | 140.31 | 179.74 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 232 | 0.55 | 0.39 | 0 | 0.09 | 222.66 | 0.74 | 0.66 |
| Hex | 68 | 8D | E8 | 37 | 27 | 0 | 9 | DF | 4A | 42 |
| Octal | 150 | 215 | 350 | 67 | 47 | 0 | 11 | 337 | 112 | 102 |
| Binary | 1101000 | 10001101 | 11101000 | 110111 | 100111 | 0 | 1001 | 11011111 | 1001010 | 1000010 |
Color Harmonies of #688DE8
Complementary color
Monochromatic Colors of #688DE8
Black with #688DE8
Text Example
Text Example
White with #688DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DE8; }
p { color: rgb(104,141,232); }
H1.HeaderClassName
{
color: #688DE8;
}
.AnyTagClassName
{
color: #688DE8;
}
</style>
background-color css
<style>
a { background-color: #688DE8; }
a { background-color: rgb(104,141,232); }
div.DivClassName
{
background-color: #688DE8;
}
.BgClassName
{
background-color: #688DE8;
}
</style>
border-color css
<style>
span { border-color: #688DE8; }
span { border-color: rgb(104,141,232); }
td.TdClassName
{
border-color: #688DE8;
}
.TagClassName
{
border-color: #688DE8;
}
</style>