Shades of Cornflower Blue #687DDF
Tints of Cornflower Blue #687DDF
RGB
CMYK
RGB Variations
Color information
#687DDF (or 0x687DDF) is known color: Cornflower Blue. HEX triplet: 68, 7D and DF. RGB value is (104,125,223). Sum of RGB (Red+Green+Blue) = 104+125+223=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #687DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DDF is #978220. Grayscale: #818181. Windows color (decimal): -9929249 or 14646632. OLE color: 14646632.
HSL color Cylindrical-coordinate representation of color #687DDF: hue angle of 229.41º 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 #687DDF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 125 | 223 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.13 |
| HSL | 229.41º | 0.65% | 0.64% | - |
| HSV(B) | 229.41º | 0.53% | 0.87% | - |
| XYZ | 26.36 | 22.94 | 72.85 | - |
| YUV | 129.89 | 180.54 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 223 | 0.53 | 0.44 | 0 | 0.13 | 229.41 | 0.65 | 0.64 |
| Hex | 68 | 7D | DF | 35 | 2C | 0 | D | E5 | 41 | 40 |
| Octal | 150 | 175 | 337 | 65 | 54 | 0 | 15 | 345 | 101 | 100 |
| Binary | 1101000 | 1111101 | 11011111 | 110101 | 101100 | 0 | 1101 | 11100101 | 1000001 | 1000000 |
Color Harmonies of #687DDF
Complementary color
Monochromatic Colors of #687DDF
Black with #687DDF
Text Example
Text Example
White with #687DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DDF; }
p { color: rgb(104,125,223); }
H1.HeaderClassName
{
color: #687DDF;
}
.AnyTagClassName
{
color: #687DDF;
}
</style>
background-color css
<style>
a { background-color: #687DDF; }
a { background-color: rgb(104,125,223); }
div.DivClassName
{
background-color: #687DDF;
}
.BgClassName
{
background-color: #687DDF;
}
</style>
border-color css
<style>
span { border-color: #687DDF; }
span { border-color: rgb(104,125,223); }
td.TdClassName
{
border-color: #687DDF;
}
.TagClassName
{
border-color: #687DDF;
}
</style>