Shades of Cornflower Blue #689CED
Tints of Cornflower Blue #689CED
RGB
CMYK
RGB Variations
Color information
#689CED (or 0x689CED) is known color: Cornflower Blue. HEX triplet: 68, 9C and ED. RGB value is (104,156,237). Sum of RGB (Red+Green+Blue) = 104+156+237=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #689CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689CED is #976312. Grayscale: #959595. Windows color (decimal): -9921299 or 15572072. OLE color: 15572072.
HSL color Cylindrical-coordinate representation of color #689CED: hue angle of 216.54º degrees, saturation: 0.79, 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 #689CED is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 156 | 237 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.07 |
| HSL | 216.54º | 0.79% | 0.67% | - |
| HSV(B) | 216.54º | 0.56% | 0.93% | - |
| XYZ | 32.88 | 32.83 | 84.73 | - |
| YUV | 149.69 | 177.27 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 237 | 0.56 | 0.34 | 0 | 0.07 | 216.54 | 0.79 | 0.67 |
| Hex | 68 | 9C | ED | 38 | 22 | 0 | 7 | D9 | 4F | 43 |
| Octal | 150 | 234 | 355 | 70 | 42 | 0 | 7 | 331 | 117 | 103 |
| Binary | 1101000 | 10011100 | 11101101 | 111000 | 100010 | 0 | 111 | 11011001 | 1001111 | 1000011 |
Color Harmonies of #689CED
Complementary color
Monochromatic Colors of #689CED
Black with #689CED
Text Example
Text Example
White with #689CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CED; }
p { color: rgb(104,156,237); }
H1.HeaderClassName
{
color: #689CED;
}
.AnyTagClassName
{
color: #689CED;
}
</style>
background-color css
<style>
a { background-color: #689CED; }
a { background-color: rgb(104,156,237); }
div.DivClassName
{
background-color: #689CED;
}
.BgClassName
{
background-color: #689CED;
}
</style>
border-color css
<style>
span { border-color: #689CED; }
span { border-color: rgb(104,156,237); }
td.TdClassName
{
border-color: #689CED;
}
.TagClassName
{
border-color: #689CED;
}
</style>