Shades of Cornflower Blue #687DE0
Tints of Cornflower Blue #687DE0
RGB
CMYK
RGB Variations
Color information
#687DE0 (or 0x687DE0) is known color: Cornflower Blue. HEX triplet: 68, 7D and E0. RGB value is (104,125,224). Sum of RGB (Red+Green+Blue) = 104+125+224=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #687DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DE0 is #97821F. Grayscale: #818181. Windows color (decimal): -9929248 or 14712168. OLE color: 14712168.
HSL color Cylindrical-coordinate representation of color #687DE0: hue angle of 229.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #687DE0 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 125 | 224 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.12 |
| HSL | 229.5º | 0.66% | 0.64% | - |
| HSV(B) | 229.5º | 0.54% | 0.88% | - |
| XYZ | 26.5 | 22.99 | 73.56 | - |
| YUV | 130.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 224 | 0.54 | 0.44 | 0 | 0.12 | 229.5 | 0.66 | 0.64 |
| Hex | 68 | 7D | E0 | 36 | 2C | 0 | C | E6 | 42 | 40 |
| Octal | 150 | 175 | 340 | 66 | 54 | 0 | 14 | 346 | 102 | 100 |
| Binary | 1101000 | 1111101 | 11100000 | 110110 | 101100 | 0 | 1100 | 11100110 | 1000010 | 1000000 |
Color Harmonies of #687DE0
Complementary color
Monochromatic Colors of #687DE0
Black with #687DE0
Text Example
Text Example
White with #687DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DE0; }
p { color: rgb(104,125,224); }
H1.HeaderClassName
{
color: #687DE0;
}
.AnyTagClassName
{
color: #687DE0;
}
</style>
background-color css
<style>
a { background-color: #687DE0; }
a { background-color: rgb(104,125,224); }
div.DivClassName
{
background-color: #687DE0;
}
.BgClassName
{
background-color: #687DE0;
}
</style>
border-color css
<style>
span { border-color: #687DE0; }
span { border-color: rgb(104,125,224); }
td.TdClassName
{
border-color: #687DE0;
}
.TagClassName
{
border-color: #687DE0;
}
</style>