Shades of Cornflower Blue #687CDF
Tints of Cornflower Blue #687CDF
RGB
CMYK
RGB Variations
Color information
#687CDF (or 0x687CDF) is known color: Cornflower Blue. HEX triplet: 68, 7C and DF. RGB value is (104,124,223). Sum of RGB (Red+Green+Blue) = 104+124+223=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #687CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687CDF is #978320. Grayscale: #808080. Windows color (decimal): -9929505 or 14646376. OLE color: 14646376.
HSL color Cylindrical-coordinate representation of color #687CDF: hue angle of 229.92º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #687CDF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 124 | 223 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.13 |
| HSL | 229.92º | 0.65% | 0.64% | - |
| HSV(B) | 229.92º | 0.53% | 0.87% | - |
| XYZ | 26.24 | 22.69 | 72.81 | - |
| YUV | 129.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 223 | 0.53 | 0.44 | 0 | 0.13 | 229.92 | 0.65 | 0.64 |
| Hex | 68 | 7C | DF | 35 | 2C | 0 | D | E6 | 41 | 40 |
| Octal | 150 | 174 | 337 | 65 | 54 | 0 | 15 | 346 | 101 | 100 |
| Binary | 1101000 | 1111100 | 11011111 | 110101 | 101100 | 0 | 1101 | 11100110 | 1000001 | 1000000 |
Color Harmonies of #687CDF
Complementary color
Monochromatic Colors of #687CDF
Black with #687CDF
Text Example
Text Example
White with #687CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CDF; }
p { color: rgb(104,124,223); }
H1.HeaderClassName
{
color: #687CDF;
}
.AnyTagClassName
{
color: #687CDF;
}
</style>
background-color css
<style>
a { background-color: #687CDF; }
a { background-color: rgb(104,124,223); }
div.DivClassName
{
background-color: #687CDF;
}
.BgClassName
{
background-color: #687CDF;
}
</style>
border-color css
<style>
span { border-color: #687CDF; }
span { border-color: rgb(104,124,223); }
td.TdClassName
{
border-color: #687CDF;
}
.TagClassName
{
border-color: #687CDF;
}
</style>