Shades of Cornflower Blue #687FFA
Tints of Cornflower Blue #687FFA
RGB
CMYK
RGB Variations
Color information
#687FFA (or 0x687FFA) is known color: Cornflower Blue. HEX triplet: 68, 7F and FA. RGB value is (104,127,250). Sum of RGB (Red+Green+Blue) = 104+127+250=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #687FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687FFA is #978005. Grayscale: #858585. Windows color (decimal): -9928710 or 16416616. OLE color: 16416616.
HSL color Cylindrical-coordinate representation of color #687FFA: hue angle of 230.55º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #687FFA is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 127 | 250 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.02 |
| HSL | 230.55º | 0.94% | 0.69% | - |
| HSV(B) | 230.55º | 0.58% | 0.98% | - |
| XYZ | 30.55 | 25.02 | 93.66 | - |
| YUV | 134.15 | 193.38 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 250 | 0.58 | 0.49 | 0 | 0.02 | 230.55 | 0.94 | 0.69 |
| Hex | 68 | 7F | FA | 3A | 31 | 0 | 2 | E7 | 5E | 45 |
| Octal | 150 | 177 | 372 | 72 | 61 | 0 | 2 | 347 | 136 | 105 |
| Binary | 1101000 | 1111111 | 11111010 | 111010 | 110001 | 0 | 10 | 11100111 | 1011110 | 1000101 |
Color Harmonies of #687FFA
Complementary color
Monochromatic Colors of #687FFA
Black with #687FFA
Text Example
Text Example
White with #687FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FFA; }
p { color: rgb(104,127,250); }
H1.HeaderClassName
{
color: #687FFA;
}
.AnyTagClassName
{
color: #687FFA;
}
</style>
background-color css
<style>
a { background-color: #687FFA; }
a { background-color: rgb(104,127,250); }
div.DivClassName
{
background-color: #687FFA;
}
.BgClassName
{
background-color: #687FFA;
}
</style>
border-color css
<style>
span { border-color: #687FFA; }
span { border-color: rgb(104,127,250); }
td.TdClassName
{
border-color: #687FFA;
}
.TagClassName
{
border-color: #687FFA;
}
</style>