Shades of Cornflower Blue #689DDE
Tints of Cornflower Blue #689DDE
RGB
CMYK
RGB Variations
Color information
#689DDE (or 0x689DDE) is known color: Cornflower Blue. HEX triplet: 68, 9D and DE. RGB value is (104,157,222). Sum of RGB (Red+Green+Blue) = 104+157+222=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #689DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DDE is #976221. Grayscale: #949494. Windows color (decimal): -9921058 or 14589288. OLE color: 14589288.
HSL color Cylindrical-coordinate representation of color #689DDE: hue angle of 213.05º 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 #689DDE is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 157 | 222 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.13 |
| HSL | 213.05º | 0.64% | 0.64% | - |
| HSV(B) | 213.05º | 0.53% | 0.87% | - |
| XYZ | 30.95 | 32.33 | 73.72 | - |
| YUV | 148.56 | 169.44 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 222 | 0.53 | 0.29 | 0 | 0.13 | 213.05 | 0.64 | 0.64 |
| Hex | 68 | 9D | DE | 35 | 1D | 0 | D | D5 | 40 | 40 |
| Octal | 150 | 235 | 336 | 65 | 35 | 0 | 15 | 325 | 100 | 100 |
| Binary | 1101000 | 10011101 | 11011110 | 110101 | 11101 | 0 | 1101 | 11010101 | 1000000 | 1000000 |
Color Harmonies of #689DDE
Complementary color
Monochromatic Colors of #689DDE
Black with #689DDE
Text Example
Text Example
White with #689DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DDE; }
p { color: rgb(104,157,222); }
H1.HeaderClassName
{
color: #689DDE;
}
.AnyTagClassName
{
color: #689DDE;
}
</style>
background-color css
<style>
a { background-color: #689DDE; }
a { background-color: rgb(104,157,222); }
div.DivClassName
{
background-color: #689DDE;
}
.BgClassName
{
background-color: #689DDE;
}
</style>
border-color css
<style>
span { border-color: #689DDE; }
span { border-color: rgb(104,157,222); }
td.TdClassName
{
border-color: #689DDE;
}
.TagClassName
{
border-color: #689DDE;
}
</style>