Shades of Cornflower Blue #689CDE
Tints of Cornflower Blue #689CDE
RGB
CMYK
RGB Variations
Color information
#689CDE (or 0x689CDE) is known color: Cornflower Blue. HEX triplet: 68, 9C and DE. RGB value is (104,156,222). Sum of RGB (Red+Green+Blue) = 104+156+222=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #689CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CDE is #976321. Grayscale: #939393. Windows color (decimal): -9921314 or 14589032. OLE color: 14589032.
HSL color Cylindrical-coordinate representation of color #689CDE: hue angle of 213.56º 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 #689CDE is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 156 | 222 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.13 |
| HSL | 213.56º | 0.64% | 0.64% | - |
| HSV(B) | 213.56º | 0.53% | 0.87% | - |
| XYZ | 30.78 | 31.99 | 73.66 | - |
| YUV | 147.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 222 | 0.53 | 0.30 | 0 | 0.13 | 213.56 | 0.64 | 0.64 |
| Hex | 68 | 9C | DE | 35 | 1E | 0 | D | D6 | 40 | 40 |
| Octal | 150 | 234 | 336 | 65 | 36 | 0 | 15 | 326 | 100 | 100 |
| Binary | 1101000 | 10011100 | 11011110 | 110101 | 11110 | 0 | 1101 | 11010110 | 1000000 | 1000000 |
Color Harmonies of #689CDE
Complementary color
Monochromatic Colors of #689CDE
Black with #689CDE
Text Example
Text Example
White with #689CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CDE; }
p { color: rgb(104,156,222); }
H1.HeaderClassName
{
color: #689CDE;
}
.AnyTagClassName
{
color: #689CDE;
}
</style>
background-color css
<style>
a { background-color: #689CDE; }
a { background-color: rgb(104,156,222); }
div.DivClassName
{
background-color: #689CDE;
}
.BgClassName
{
background-color: #689CDE;
}
</style>
border-color css
<style>
span { border-color: #689CDE; }
span { border-color: rgb(104,156,222); }
td.TdClassName
{
border-color: #689CDE;
}
.TagClassName
{
border-color: #689CDE;
}
</style>