Shades of Cornflower Blue #688DDA
Tints of Cornflower Blue #688DDA
RGB
CMYK
RGB Variations
Color information
#688DDA (or 0x688DDA) is known color: Cornflower Blue. HEX triplet: 68, 8D and DA. RGB value is (104,141,218). Sum of RGB (Red+Green+Blue) = 104+141+218=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #688DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DDA is #977225. Grayscale: #8A8A8A. Windows color (decimal): -9925158 or 14323048. OLE color: 14323048.
HSL color Cylindrical-coordinate representation of color #688DDA: hue angle of 220.53º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #688DDA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 141 | 218 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.15 |
| HSL | 220.53º | 0.61% | 0.63% | - |
| HSV(B) | 220.53º | 0.52% | 0.85% | - |
| XYZ | 27.89 | 27.05 | 70.08 | - |
| YUV | 138.72 | 172.74 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 218 | 0.52 | 0.35 | 0 | 0.15 | 220.53 | 0.61 | 0.63 |
| Hex | 68 | 8D | DA | 34 | 23 | 0 | F | DD | 3D | 3F |
| Octal | 150 | 215 | 332 | 64 | 43 | 0 | 17 | 335 | 75 | 77 |
| Binary | 1101000 | 10001101 | 11011010 | 110100 | 100011 | 0 | 1111 | 11011101 | 111101 | 111111 |
Color Harmonies of #688DDA
Complementary color
Monochromatic Colors of #688DDA
Black with #688DDA
Text Example
Text Example
White with #688DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DDA; }
p { color: rgb(104,141,218); }
H1.HeaderClassName
{
color: #688DDA;
}
.AnyTagClassName
{
color: #688DDA;
}
</style>
background-color css
<style>
a { background-color: #688DDA; }
a { background-color: rgb(104,141,218); }
div.DivClassName
{
background-color: #688DDA;
}
.BgClassName
{
background-color: #688DDA;
}
</style>
border-color css
<style>
span { border-color: #688DDA; }
span { border-color: rgb(104,141,218); }
td.TdClassName
{
border-color: #688DDA;
}
.TagClassName
{
border-color: #688DDA;
}
</style>