Shades of Cornflower Blue #687BDE
Tints of Cornflower Blue #687BDE
RGB
CMYK
RGB Variations
Color information
#687BDE (or 0x687BDE) is known color: Cornflower Blue. HEX triplet: 68, 7B and DE. RGB value is (104,123,222). Sum of RGB (Red+Green+Blue) = 104+123+222=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #687BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687BDE is #978421. Grayscale: #808080. Windows color (decimal): -9929762 or 14580584. OLE color: 14580584.
HSL color Cylindrical-coordinate representation of color #687BDE: hue angle of 230.34º degrees, saturation: 0.64, 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 #687BDE is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 123 | 222 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.13 |
| HSL | 230.34º | 0.64% | 0.64% | - |
| HSV(B) | 230.34º | 0.53% | 0.87% | - |
| XYZ | 25.98 | 22.38 | 72.06 | - |
| YUV | 128.61 | 180.71 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 222 | 0.53 | 0.45 | 0 | 0.13 | 230.34 | 0.64 | 0.64 |
| Hex | 68 | 7B | DE | 35 | 2D | 0 | D | E6 | 40 | 40 |
| Octal | 150 | 173 | 336 | 65 | 55 | 0 | 15 | 346 | 100 | 100 |
| Binary | 1101000 | 1111011 | 11011110 | 110101 | 101101 | 0 | 1101 | 11100110 | 1000000 | 1000000 |
Color Harmonies of #687BDE
Complementary color
Monochromatic Colors of #687BDE
Black with #687BDE
Text Example
Text Example
White with #687BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BDE; }
p { color: rgb(104,123,222); }
H1.HeaderClassName
{
color: #687BDE;
}
.AnyTagClassName
{
color: #687BDE;
}
</style>
background-color css
<style>
a { background-color: #687BDE; }
a { background-color: rgb(104,123,222); }
div.DivClassName
{
background-color: #687BDE;
}
.BgClassName
{
background-color: #687BDE;
}
</style>
border-color css
<style>
span { border-color: #687BDE; }
span { border-color: rgb(104,123,222); }
td.TdClassName
{
border-color: #687BDE;
}
.TagClassName
{
border-color: #687BDE;
}
</style>