Shades of Cornflower Blue #687EF1
Tints of Cornflower Blue #687EF1
RGB
CMYK
RGB Variations
Color information
#687EF1 (or 0x687EF1) is known color: Cornflower Blue. HEX triplet: 68, 7E and F1. RGB value is (104,126,241). Sum of RGB (Red+Green+Blue) = 104+126+241=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #687EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687EF1 is #97810E. Grayscale: #848484. Windows color (decimal): -9928975 or 15826536. OLE color: 15826536.
HSL color Cylindrical-coordinate representation of color #687EF1: hue angle of 230.36º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #687EF1 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 126 | 241 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.05 |
| HSL | 230.37º | 0.83% | 0.68% | - |
| HSV(B) | 230.37º | 0.57% | 0.95% | - |
| XYZ | 29.05 | 24.22 | 86.36 | - |
| YUV | 132.53 | 189.21 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 241 | 0.57 | 0.48 | 0 | 0.05 | 230.37 | 0.83 | 0.68 |
| Hex | 68 | 7E | F1 | 39 | 30 | 0 | 5 | E6 | 53 | 44 |
| Octal | 150 | 176 | 361 | 71 | 60 | 0 | 5 | 346 | 123 | 104 |
| Binary | 1101000 | 1111110 | 11110001 | 111001 | 110000 | 0 | 101 | 11100110 | 1010011 | 1000100 |
Color Harmonies of #687EF1
Complementary color
Monochromatic Colors of #687EF1
Black with #687EF1
Text Example
Text Example
White with #687EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EF1; }
p { color: rgb(104,126,241); }
H1.HeaderClassName
{
color: #687EF1;
}
.AnyTagClassName
{
color: #687EF1;
}
</style>
background-color css
<style>
a { background-color: #687EF1; }
a { background-color: rgb(104,126,241); }
div.DivClassName
{
background-color: #687EF1;
}
.BgClassName
{
background-color: #687EF1;
}
</style>
border-color css
<style>
span { border-color: #687EF1; }
span { border-color: rgb(104,126,241); }
td.TdClassName
{
border-color: #687EF1;
}
.TagClassName
{
border-color: #687EF1;
}
</style>