Shades of Cornflower Blue #687BDD
Tints of Cornflower Blue #687BDD
RGB
CMYK
RGB Variations
Color information
#687BDD (or 0x687BDD) is known color: Cornflower Blue. HEX triplet: 68, 7B and DD. RGB value is (104,123,221). Sum of RGB (Red+Green+Blue) = 104+123+221=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #687BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687BDD is #978422. Grayscale: #808080. Windows color (decimal): -9929763 or 14515048. OLE color: 14515048.
HSL color Cylindrical-coordinate representation of color #687BDD: hue angle of 230.26º degrees, saturation: 0.63, 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 #687BDD is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 123 | 221 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.13 |
| HSL | 230.26º | 0.63% | 0.64% | - |
| HSV(B) | 230.26º | 0.53% | 0.87% | - |
| XYZ | 25.84 | 22.33 | 71.35 | - |
| YUV | 128.49 | 180.21 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 221 | 0.53 | 0.44 | 0 | 0.13 | 230.26 | 0.63 | 0.64 |
| Hex | 68 | 7B | DD | 35 | 2C | 0 | D | E6 | 3F | 40 |
| Octal | 150 | 173 | 335 | 65 | 54 | 0 | 15 | 346 | 77 | 100 |
| Binary | 1101000 | 1111011 | 11011101 | 110101 | 101100 | 0 | 1101 | 11100110 | 111111 | 1000000 |
Color Harmonies of #687BDD
Complementary color
Monochromatic Colors of #687BDD
Black with #687BDD
Text Example
Text Example
White with #687BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BDD; }
p { color: rgb(104,123,221); }
H1.HeaderClassName
{
color: #687BDD;
}
.AnyTagClassName
{
color: #687BDD;
}
</style>
background-color css
<style>
a { background-color: #687BDD; }
a { background-color: rgb(104,123,221); }
div.DivClassName
{
background-color: #687BDD;
}
.BgClassName
{
background-color: #687BDD;
}
</style>
border-color css
<style>
span { border-color: #687BDD; }
span { border-color: rgb(104,123,221); }
td.TdClassName
{
border-color: #687BDD;
}
.TagClassName
{
border-color: #687BDD;
}
</style>