Shades of Cornflower Blue #687CF6
Tints of Cornflower Blue #687CF6
RGB
CMYK
RGB Variations
Color information
#687CF6 (or 0x687CF6) is known color: Cornflower Blue. HEX triplet: 68, 7C and F6. RGB value is (104,124,246). Sum of RGB (Red+Green+Blue) = 104+124+246=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #687CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687CF6 is #978309. Grayscale: #838383. Windows color (decimal): -9929482 or 16153704. OLE color: 16153704.
HSL color Cylindrical-coordinate representation of color #687CF6: hue angle of 231.55º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #687CF6 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 124 | 246 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.04 |
| HSL | 231.55º | 0.89% | 0.69% | - |
| HSV(B) | 231.55º | 0.58% | 0.96% | - |
| XYZ | 29.55 | 24.01 | 90.27 | - |
| YUV | 131.93 | 192.37 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 246 | 0.58 | 0.50 | 0 | 0.04 | 231.55 | 0.89 | 0.69 |
| Hex | 68 | 7C | F6 | 3A | 32 | 0 | 4 | E8 | 59 | 45 |
| Octal | 150 | 174 | 366 | 72 | 62 | 0 | 4 | 350 | 131 | 105 |
| Binary | 1101000 | 1111100 | 11110110 | 111010 | 110010 | 0 | 100 | 11101000 | 1011001 | 1000101 |
Color Harmonies of #687CF6
Complementary color
Monochromatic Colors of #687CF6
Black with #687CF6
Text Example
Text Example
White with #687CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CF6; }
p { color: rgb(104,124,246); }
H1.HeaderClassName
{
color: #687CF6;
}
.AnyTagClassName
{
color: #687CF6;
}
</style>
background-color css
<style>
a { background-color: #687CF6; }
a { background-color: rgb(104,124,246); }
div.DivClassName
{
background-color: #687CF6;
}
.BgClassName
{
background-color: #687CF6;
}
</style>
border-color css
<style>
span { border-color: #687CF6; }
span { border-color: rgb(104,124,246); }
td.TdClassName
{
border-color: #687CF6;
}
.TagClassName
{
border-color: #687CF6;
}
</style>