Shades of Cornflower Blue #687FDD
Tints of Cornflower Blue #687FDD
RGB
CMYK
RGB Variations
Color information
#687FDD (or 0x687FDD) is known color: Cornflower Blue. HEX triplet: 68, 7F and DD. RGB value is (104,127,221). Sum of RGB (Red+Green+Blue) = 104+127+221=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #687FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FDD is #978022. Grayscale: #828282. Windows color (decimal): -9928739 or 14516072. OLE color: 14516072.
HSL color Cylindrical-coordinate representation of color #687FDD: hue angle of 228.21º 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 #687FDD is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 127 | 221 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.13 |
| HSL | 228.21º | 0.63% | 0.64% | - |
| HSV(B) | 228.21º | 0.53% | 0.87% | - |
| XYZ | 26.35 | 23.34 | 71.52 | - |
| YUV | 130.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 221 | 0.53 | 0.43 | 0 | 0.13 | 228.21 | 0.63 | 0.64 |
| Hex | 68 | 7F | DD | 35 | 2B | 0 | D | E4 | 3F | 40 |
| Octal | 150 | 177 | 335 | 65 | 53 | 0 | 15 | 344 | 77 | 100 |
| Binary | 1101000 | 1111111 | 11011101 | 110101 | 101011 | 0 | 1101 | 11100100 | 111111 | 1000000 |
Color Harmonies of #687FDD
Complementary color
Monochromatic Colors of #687FDD
Black with #687FDD
Text Example
Text Example
White with #687FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FDD; }
p { color: rgb(104,127,221); }
H1.HeaderClassName
{
color: #687FDD;
}
.AnyTagClassName
{
color: #687FDD;
}
</style>
background-color css
<style>
a { background-color: #687FDD; }
a { background-color: rgb(104,127,221); }
div.DivClassName
{
background-color: #687FDD;
}
.BgClassName
{
background-color: #687FDD;
}
</style>
border-color css
<style>
span { border-color: #687FDD; }
span { border-color: rgb(104,127,221); }
td.TdClassName
{
border-color: #687FDD;
}
.TagClassName
{
border-color: #687FDD;
}
</style>