Shades of Cornflower Blue #688ADD
Tints of Cornflower Blue #688ADD
RGB
CMYK
RGB Variations
Color information
#688ADD (or 0x688ADD) is known color: Cornflower Blue. HEX triplet: 68, 8A and DD. RGB value is (104,138,221). Sum of RGB (Red+Green+Blue) = 104+138+221=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #688ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ADD is #977522. Grayscale: #888888. Windows color (decimal): -9925923 or 14518888. OLE color: 14518888.
HSL color Cylindrical-coordinate representation of color #688ADD: hue angle of 222.56º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #688ADD is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 138 | 221 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.13 |
| HSL | 222.56º | 0.63% | 0.64% | - |
| HSV(B) | 222.56º | 0.53% | 0.87% | - |
| XYZ | 27.85 | 26.34 | 72.02 | - |
| YUV | 137.3 | 175.24 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 221 | 0.53 | 0.38 | 0 | 0.13 | 222.56 | 0.63 | 0.64 |
| Hex | 68 | 8A | DD | 35 | 26 | 0 | D | DF | 3F | 40 |
| Octal | 150 | 212 | 335 | 65 | 46 | 0 | 15 | 337 | 77 | 100 |
| Binary | 1101000 | 10001010 | 11011101 | 110101 | 100110 | 0 | 1101 | 11011111 | 111111 | 1000000 |
Color Harmonies of #688ADD
Complementary color
Monochromatic Colors of #688ADD
Black with #688ADD
Text Example
Text Example
White with #688ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688ADD; }
p { color: rgb(104,138,221); }
H1.HeaderClassName
{
color: #688ADD;
}
.AnyTagClassName
{
color: #688ADD;
}
</style>
background-color css
<style>
a { background-color: #688ADD; }
a { background-color: rgb(104,138,221); }
div.DivClassName
{
background-color: #688ADD;
}
.BgClassName
{
background-color: #688ADD;
}
</style>
border-color css
<style>
span { border-color: #688ADD; }
span { border-color: rgb(104,138,221); }
td.TdClassName
{
border-color: #688ADD;
}
.TagClassName
{
border-color: #688ADD;
}
</style>