Shades of Cornflower Blue #688DED
Tints of Cornflower Blue #688DED
RGB
CMYK
RGB Variations
Color information
#688DED (or 0x688DED) is known color: Cornflower Blue. HEX triplet: 68, 8D and ED. RGB value is (104,141,237). Sum of RGB (Red+Green+Blue) = 104+141+237=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #688DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688DED is #977212. Grayscale: #8C8C8C. Windows color (decimal): -9925139 or 15568232. OLE color: 15568232.
HSL color Cylindrical-coordinate representation of color #688DED: hue angle of 223.31º degrees, saturation: 0.79, 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 #688DED is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 141 | 237 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.07 |
| HSL | 223.31º | 0.79% | 0.67% | - |
| HSV(B) | 223.31º | 0.56% | 0.93% | - |
| XYZ | 30.52 | 28.11 | 83.94 | - |
| YUV | 140.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 237 | 0.56 | 0.41 | 0 | 0.07 | 223.31 | 0.79 | 0.67 |
| Hex | 68 | 8D | ED | 38 | 29 | 0 | 7 | DF | 4F | 43 |
| Octal | 150 | 215 | 355 | 70 | 51 | 0 | 7 | 337 | 117 | 103 |
| Binary | 1101000 | 10001101 | 11101101 | 111000 | 101001 | 0 | 111 | 11011111 | 1001111 | 1000011 |
Color Harmonies of #688DED
Complementary color
Monochromatic Colors of #688DED
Black with #688DED
Text Example
Text Example
White with #688DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DED; }
p { color: rgb(104,141,237); }
H1.HeaderClassName
{
color: #688DED;
}
.AnyTagClassName
{
color: #688DED;
}
</style>
background-color css
<style>
a { background-color: #688DED; }
a { background-color: rgb(104,141,237); }
div.DivClassName
{
background-color: #688DED;
}
.BgClassName
{
background-color: #688DED;
}
</style>
border-color css
<style>
span { border-color: #688DED; }
span { border-color: rgb(104,141,237); }
td.TdClassName
{
border-color: #688DED;
}
.TagClassName
{
border-color: #688DED;
}
</style>