Shades of Cornflower Blue #687EDC
Tints of Cornflower Blue #687EDC
RGB
CMYK
RGB Variations
Color information
#687EDC (or 0x687EDC) is known color: Cornflower Blue. HEX triplet: 68, 7E and DC. RGB value is (104,126,220). Sum of RGB (Red+Green+Blue) = 104+126+220=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #687EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687EDC is #978123. Grayscale: #818181. Windows color (decimal): -9928996 or 14450280. OLE color: 14450280.
HSL color Cylindrical-coordinate representation of color #687EDC: hue angle of 228.62º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #687EDC is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 126 | 220 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.14 |
| HSL | 228.62º | 0.62% | 0.64% | - |
| HSV(B) | 228.62º | 0.53% | 0.86% | - |
| XYZ | 26.09 | 23.03 | 70.78 | - |
| YUV | 130.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 220 | 0.53 | 0.43 | 0 | 0.14 | 228.62 | 0.62 | 0.64 |
| Hex | 68 | 7E | DC | 35 | 2B | 0 | E | E5 | 3E | 40 |
| Octal | 150 | 176 | 334 | 65 | 53 | 0 | 16 | 345 | 76 | 100 |
| Binary | 1101000 | 1111110 | 11011100 | 110101 | 101011 | 0 | 1110 | 11100101 | 111110 | 1000000 |
Color Harmonies of #687EDC
Complementary color
Monochromatic Colors of #687EDC
Black with #687EDC
Text Example
Text Example
White with #687EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EDC; }
p { color: rgb(104,126,220); }
H1.HeaderClassName
{
color: #687EDC;
}
.AnyTagClassName
{
color: #687EDC;
}
</style>
background-color css
<style>
a { background-color: #687EDC; }
a { background-color: rgb(104,126,220); }
div.DivClassName
{
background-color: #687EDC;
}
.BgClassName
{
background-color: #687EDC;
}
</style>
border-color css
<style>
span { border-color: #687EDC; }
span { border-color: rgb(104,126,220); }
td.TdClassName
{
border-color: #687EDC;
}
.TagClassName
{
border-color: #687EDC;
}
</style>