Shades of Cornflower Blue #689ADA
Tints of Cornflower Blue #689ADA
RGB
CMYK
RGB Variations
Color information
#689ADA (or 0x689ADA) is known color: Cornflower Blue. HEX triplet: 68, 9A and DA. RGB value is (104,154,218). Sum of RGB (Red+Green+Blue) = 104+154+218=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #689ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ADA is #976525. Grayscale: #929292. Windows color (decimal): -9921830 or 14326376. OLE color: 14326376.
HSL color Cylindrical-coordinate representation of color #689ADA: hue angle of 213.68º 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 #689ADA is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 154 | 218 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.15 |
| HSL | 213.68º | 0.61% | 0.63% | - |
| HSV(B) | 213.68º | 0.52% | 0.85% | - |
| XYZ | 29.92 | 31.12 | 70.76 | - |
| YUV | 146.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 218 | 0.52 | 0.29 | 0 | 0.15 | 213.68 | 0.61 | 0.63 |
| Hex | 68 | 9A | DA | 34 | 1D | 0 | F | D6 | 3D | 3F |
| Octal | 150 | 232 | 332 | 64 | 35 | 0 | 17 | 326 | 75 | 77 |
| Binary | 1101000 | 10011010 | 11011010 | 110100 | 11101 | 0 | 1111 | 11010110 | 111101 | 111111 |
Color Harmonies of #689ADA
Complementary color
Monochromatic Colors of #689ADA
Black with #689ADA
Text Example
Text Example
White with #689ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689ADA; }
p { color: rgb(104,154,218); }
H1.HeaderClassName
{
color: #689ADA;
}
.AnyTagClassName
{
color: #689ADA;
}
</style>
background-color css
<style>
a { background-color: #689ADA; }
a { background-color: rgb(104,154,218); }
div.DivClassName
{
background-color: #689ADA;
}
.BgClassName
{
background-color: #689ADA;
}
</style>
border-color css
<style>
span { border-color: #689ADA; }
span { border-color: rgb(104,154,218); }
td.TdClassName
{
border-color: #689ADA;
}
.TagClassName
{
border-color: #689ADA;
}
</style>