Shades of Cornflower Blue #687CDC
Tints of Cornflower Blue #687CDC
RGB
CMYK
RGB Variations
Color information
#687CDC (or 0x687CDC) is known color: Cornflower Blue. HEX triplet: 68, 7C and DC. RGB value is (104,124,220). Sum of RGB (Red+Green+Blue) = 104+124+220=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #687CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687CDC is #978323. Grayscale: #808080. Windows color (decimal): -9929508 or 14449768. OLE color: 14449768.
HSL color Cylindrical-coordinate representation of color #687CDC: hue angle of 229.66º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #687CDC is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 124 | 220 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.14 |
| HSL | 229.66º | 0.62% | 0.64% | - |
| HSV(B) | 229.66º | 0.53% | 0.86% | - |
| XYZ | 25.83 | 22.53 | 70.7 | - |
| YUV | 128.96 | 179.37 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 220 | 0.53 | 0.44 | 0 | 0.14 | 229.66 | 0.62 | 0.64 |
| Hex | 68 | 7C | DC | 35 | 2C | 0 | E | E6 | 3E | 40 |
| Octal | 150 | 174 | 334 | 65 | 54 | 0 | 16 | 346 | 76 | 100 |
| Binary | 1101000 | 1111100 | 11011100 | 110101 | 101100 | 0 | 1110 | 11100110 | 111110 | 1000000 |
Color Harmonies of #687CDC
Complementary color
Monochromatic Colors of #687CDC
Black with #687CDC
Text Example
Text Example
White with #687CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CDC; }
p { color: rgb(104,124,220); }
H1.HeaderClassName
{
color: #687CDC;
}
.AnyTagClassName
{
color: #687CDC;
}
</style>
background-color css
<style>
a { background-color: #687CDC; }
a { background-color: rgb(104,124,220); }
div.DivClassName
{
background-color: #687CDC;
}
.BgClassName
{
background-color: #687CDC;
}
</style>
border-color css
<style>
span { border-color: #687CDC; }
span { border-color: rgb(104,124,220); }
td.TdClassName
{
border-color: #687CDC;
}
.TagClassName
{
border-color: #687CDC;
}
</style>