Shades of Cornflower Blue #688ADE
Tints of Cornflower Blue #688ADE
RGB
CMYK
RGB Variations
Color information
#688ADE (or 0x688ADE) is known color: Cornflower Blue. HEX triplet: 68, 8A and DE. RGB value is (104,138,222). Sum of RGB (Red+Green+Blue) = 104+138+222=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #688ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ADE is #977521. Grayscale: #898989. Windows color (decimal): -9925922 or 14584424. OLE color: 14584424.
HSL color Cylindrical-coordinate representation of color #688ADE: hue angle of 222.71º degrees, saturation: 0.64, 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 #688ADE is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 138 | 222 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.13 |
| HSL | 222.71º | 0.64% | 0.64% | - |
| HSV(B) | 222.71º | 0.53% | 0.87% | - |
| XYZ | 27.98 | 26.39 | 72.73 | - |
| YUV | 137.41 | 175.74 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 222 | 0.53 | 0.38 | 0 | 0.13 | 222.71 | 0.64 | 0.64 |
| Hex | 68 | 8A | DE | 35 | 26 | 0 | D | DF | 40 | 40 |
| Octal | 150 | 212 | 336 | 65 | 46 | 0 | 15 | 337 | 100 | 100 |
| Binary | 1101000 | 10001010 | 11011110 | 110101 | 100110 | 0 | 1101 | 11011111 | 1000000 | 1000000 |
Color Harmonies of #688ADE
Complementary color
Monochromatic Colors of #688ADE
Black with #688ADE
Text Example
Text Example
White with #688ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688ADE; }
p { color: rgb(104,138,222); }
H1.HeaderClassName
{
color: #688ADE;
}
.AnyTagClassName
{
color: #688ADE;
}
</style>
background-color css
<style>
a { background-color: #688ADE; }
a { background-color: rgb(104,138,222); }
div.DivClassName
{
background-color: #688ADE;
}
.BgClassName
{
background-color: #688ADE;
}
</style>
border-color css
<style>
span { border-color: #688ADE; }
span { border-color: rgb(104,138,222); }
td.TdClassName
{
border-color: #688ADE;
}
.TagClassName
{
border-color: #688ADE;
}
</style>