Shades of Cornflower Blue #689BEC
Tints of Cornflower Blue #689BEC
RGB
CMYK
RGB Variations
Color information
#689BEC (or 0x689BEC) is known color: Cornflower Blue. HEX triplet: 68, 9B and EC. RGB value is (104,155,236). Sum of RGB (Red+Green+Blue) = 104+155+236=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #689BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689BEC is #976413. Grayscale: #949494. Windows color (decimal): -9921556 or 15506280. OLE color: 15506280.
HSL color Cylindrical-coordinate representation of color #689BEC: hue angle of 216.82º 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 #689BEC is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 155 | 236 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.07 |
| HSL | 216.82º | 0.78% | 0.67% | - |
| HSV(B) | 216.82º | 0.56% | 0.93% | - |
| XYZ | 32.57 | 32.44 | 83.9 | - |
| YUV | 148.99 | 177.1 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 236 | 0.56 | 0.34 | 0 | 0.07 | 216.82 | 0.78 | 0.67 |
| Hex | 68 | 9B | EC | 38 | 22 | 0 | 7 | D9 | 4E | 43 |
| Octal | 150 | 233 | 354 | 70 | 42 | 0 | 7 | 331 | 116 | 103 |
| Binary | 1101000 | 10011011 | 11101100 | 111000 | 100010 | 0 | 111 | 11011001 | 1001110 | 1000011 |
Color Harmonies of #689BEC
Complementary color
Monochromatic Colors of #689BEC
Black with #689BEC
Text Example
Text Example
White with #689BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BEC; }
p { color: rgb(104,155,236); }
H1.HeaderClassName
{
color: #689BEC;
}
.AnyTagClassName
{
color: #689BEC;
}
</style>
background-color css
<style>
a { background-color: #689BEC; }
a { background-color: rgb(104,155,236); }
div.DivClassName
{
background-color: #689BEC;
}
.BgClassName
{
background-color: #689BEC;
}
</style>
border-color css
<style>
span { border-color: #689BEC; }
span { border-color: rgb(104,155,236); }
td.TdClassName
{
border-color: #689BEC;
}
.TagClassName
{
border-color: #689BEC;
}
</style>