Shades of Cornflower Blue #687FDA
Tints of Cornflower Blue #687FDA
RGB
CMYK
RGB Variations
Color information
#687FDA (or 0x687FDA) is known color: Cornflower Blue. HEX triplet: 68, 7F and DA. RGB value is (104,127,218). Sum of RGB (Red+Green+Blue) = 104+127+218=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #687FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FDA is #978025. Grayscale: #828282. Windows color (decimal): -9928742 or 14319464. OLE color: 14319464.
HSL color Cylindrical-coordinate representation of color #687FDA: hue angle of 227.89º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #687FDA is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 127 | 218 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.15 |
| HSL | 227.89º | 0.61% | 0.63% | - |
| HSV(B) | 227.89º | 0.52% | 0.85% | - |
| XYZ | 25.95 | 23.18 | 69.44 | - |
| YUV | 130.5 | 177.38 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 218 | 0.52 | 0.42 | 0 | 0.15 | 227.89 | 0.61 | 0.63 |
| Hex | 68 | 7F | DA | 34 | 2A | 0 | F | E4 | 3D | 3F |
| Octal | 150 | 177 | 332 | 64 | 52 | 0 | 17 | 344 | 75 | 77 |
| Binary | 1101000 | 1111111 | 11011010 | 110100 | 101010 | 0 | 1111 | 11100100 | 111101 | 111111 |
Color Harmonies of #687FDA
Complementary color
Monochromatic Colors of #687FDA
Black with #687FDA
Text Example
Text Example
White with #687FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FDA; }
p { color: rgb(104,127,218); }
H1.HeaderClassName
{
color: #687FDA;
}
.AnyTagClassName
{
color: #687FDA;
}
</style>
background-color css
<style>
a { background-color: #687FDA; }
a { background-color: rgb(104,127,218); }
div.DivClassName
{
background-color: #687FDA;
}
.BgClassName
{
background-color: #687FDA;
}
</style>
border-color css
<style>
span { border-color: #687FDA; }
span { border-color: rgb(104,127,218); }
td.TdClassName
{
border-color: #687FDA;
}
.TagClassName
{
border-color: #687FDA;
}
</style>