Shades of Cornflower Blue #689CDC
Tints of Cornflower Blue #689CDC
RGB
CMYK
RGB Variations
Color information
#689CDC (or 0x689CDC) is known color: Cornflower Blue. HEX triplet: 68, 9C and DC. RGB value is (104,156,220). Sum of RGB (Red+Green+Blue) = 104+156+220=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #689CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CDC is #976323. Grayscale: #939393. Windows color (decimal): -9921316 or 14457960. OLE color: 14457960.
HSL color Cylindrical-coordinate representation of color #689CDC: hue angle of 213.1º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #689CDC is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 156 | 220 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.14 |
| HSL | 213.1º | 0.62% | 0.64% | - |
| HSV(B) | 213.1º | 0.53% | 0.86% | - |
| XYZ | 30.52 | 31.89 | 72.26 | - |
| YUV | 147.75 | 168.77 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 220 | 0.53 | 0.29 | 0 | 0.14 | 213.1 | 0.62 | 0.64 |
| Hex | 68 | 9C | DC | 35 | 1D | 0 | E | D5 | 3E | 40 |
| Octal | 150 | 234 | 334 | 65 | 35 | 0 | 16 | 325 | 76 | 100 |
| Binary | 1101000 | 10011100 | 11011100 | 110101 | 11101 | 0 | 1110 | 11010101 | 111110 | 1000000 |
Color Harmonies of #689CDC
Complementary color
Monochromatic Colors of #689CDC
Black with #689CDC
Text Example
Text Example
White with #689CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CDC; }
p { color: rgb(104,156,220); }
H1.HeaderClassName
{
color: #689CDC;
}
.AnyTagClassName
{
color: #689CDC;
}
</style>
background-color css
<style>
a { background-color: #689CDC; }
a { background-color: rgb(104,156,220); }
div.DivClassName
{
background-color: #689CDC;
}
.BgClassName
{
background-color: #689CDC;
}
</style>
border-color css
<style>
span { border-color: #689CDC; }
span { border-color: rgb(104,156,220); }
td.TdClassName
{
border-color: #689CDC;
}
.TagClassName
{
border-color: #689CDC;
}
</style>