Shades of Cornflower Blue #689EE0
Tints of Cornflower Blue #689EE0
RGB
CMYK
RGB Variations
Color information
#689EE0 (or 0x689EE0) is known color: Cornflower Blue. HEX triplet: 68, 9E and E0. RGB value is (104,158,224). Sum of RGB (Red+Green+Blue) = 104+158+224=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #689EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689EE0 is #97611F. Grayscale: #959595. Windows color (decimal): -9920800 or 14720616. OLE color: 14720616.
HSL color Cylindrical-coordinate representation of color #689EE0: hue angle of 213º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #689EE0 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 158 | 224 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.12 |
| HSL | 213º | 0.66% | 0.64% | - |
| HSV(B) | 213º | 0.54% | 0.88% | - |
| XYZ | 31.39 | 32.78 | 75.19 | - |
| YUV | 149.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 158 | 224 | 0.54 | 0.29 | 0 | 0.12 | 213 | 0.66 | 0.64 |
| Hex | 68 | 9E | E0 | 36 | 1D | 0 | C | D5 | 42 | 40 |
| Octal | 150 | 236 | 340 | 66 | 35 | 0 | 14 | 325 | 102 | 100 |
| Binary | 1101000 | 10011110 | 11100000 | 110110 | 11101 | 0 | 1100 | 11010101 | 1000010 | 1000000 |
Color Harmonies of #689EE0
Complementary color
Monochromatic Colors of #689EE0
Black with #689EE0
Text Example
Text Example
White with #689EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689EE0; }
p { color: rgb(104,158,224); }
H1.HeaderClassName
{
color: #689EE0;
}
.AnyTagClassName
{
color: #689EE0;
}
</style>
background-color css
<style>
a { background-color: #689EE0; }
a { background-color: rgb(104,158,224); }
div.DivClassName
{
background-color: #689EE0;
}
.BgClassName
{
background-color: #689EE0;
}
</style>
border-color css
<style>
span { border-color: #689EE0; }
span { border-color: rgb(104,158,224); }
td.TdClassName
{
border-color: #689EE0;
}
.TagClassName
{
border-color: #689EE0;
}
</style>