Shades of Cornflower Blue #689CEC
Tints of Cornflower Blue #689CEC
RGB
CMYK
RGB Variations
Color information
#689CEC (or 0x689CEC) is known color: Cornflower Blue. HEX triplet: 68, 9C and EC. RGB value is (104,156,236). Sum of RGB (Red+Green+Blue) = 104+156+236=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #689CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689CEC is #976313. Grayscale: #959595. Windows color (decimal): -9921300 or 15506536. OLE color: 15506536.
HSL color Cylindrical-coordinate representation of color #689CEC: hue angle of 216.36º 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 #689CEC is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 156 | 236 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.07 |
| HSL | 216.36º | 0.78% | 0.67% | - |
| HSV(B) | 216.36º | 0.56% | 0.93% | - |
| XYZ | 32.74 | 32.78 | 83.96 | - |
| YUV | 149.57 | 176.77 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 236 | 0.56 | 0.34 | 0 | 0.07 | 216.36 | 0.78 | 0.67 |
| Hex | 68 | 9C | EC | 38 | 22 | 0 | 7 | D8 | 4E | 43 |
| Octal | 150 | 234 | 354 | 70 | 42 | 0 | 7 | 330 | 116 | 103 |
| Binary | 1101000 | 10011100 | 11101100 | 111000 | 100010 | 0 | 111 | 11011000 | 1001110 | 1000011 |
Color Harmonies of #689CEC
Complementary color
Monochromatic Colors of #689CEC
Black with #689CEC
Text Example
Text Example
White with #689CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CEC; }
p { color: rgb(104,156,236); }
H1.HeaderClassName
{
color: #689CEC;
}
.AnyTagClassName
{
color: #689CEC;
}
</style>
background-color css
<style>
a { background-color: #689CEC; }
a { background-color: rgb(104,156,236); }
div.DivClassName
{
background-color: #689CEC;
}
.BgClassName
{
background-color: #689CEC;
}
</style>
border-color css
<style>
span { border-color: #689CEC; }
span { border-color: rgb(104,156,236); }
td.TdClassName
{
border-color: #689CEC;
}
.TagClassName
{
border-color: #689CEC;
}
</style>