Shades of Cornflower Blue #689FEC
Tints of Cornflower Blue #689FEC
RGB
CMYK
RGB Variations
Color information
#689FEC (or 0x689FEC) is known color: Cornflower Blue. HEX triplet: 68, 9F and EC. RGB value is (104,159,236). Sum of RGB (Red+Green+Blue) = 104+159+236=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #689FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689FEC is #976013. Grayscale: #969696. Windows color (decimal): -9920532 or 15507304. OLE color: 15507304.
HSL color Cylindrical-coordinate representation of color #689FEC: hue angle of 215º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #689FEC is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 159 | 236 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.07 |
| HSL | 215º | 0.78% | 0.67% | - |
| HSV(B) | 215º | 0.56% | 0.93% | - |
| XYZ | 33.25 | 33.8 | 84.13 | - |
| YUV | 151.33 | 175.78 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 236 | 0.56 | 0.33 | 0 | 0.07 | 215 | 0.78 | 0.67 |
| Hex | 68 | 9F | EC | 38 | 21 | 0 | 7 | D7 | 4E | 43 |
| Octal | 150 | 237 | 354 | 70 | 41 | 0 | 7 | 327 | 116 | 103 |
| Binary | 1101000 | 10011111 | 11101100 | 111000 | 100001 | 0 | 111 | 11010111 | 1001110 | 1000011 |
Color Harmonies of #689FEC
Complementary color
Monochromatic Colors of #689FEC
Black with #689FEC
Text Example
Text Example
White with #689FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FEC; }
p { color: rgb(104,159,236); }
H1.HeaderClassName
{
color: #689FEC;
}
.AnyTagClassName
{
color: #689FEC;
}
</style>
background-color css
<style>
a { background-color: #689FEC; }
a { background-color: rgb(104,159,236); }
div.DivClassName
{
background-color: #689FEC;
}
.BgClassName
{
background-color: #689FEC;
}
</style>
border-color css
<style>
span { border-color: #689FEC; }
span { border-color: rgb(104,159,236); }
td.TdClassName
{
border-color: #689FEC;
}
.TagClassName
{
border-color: #689FEC;
}
</style>