Shades of Cornflower Blue #687DFE
Tints of Cornflower Blue #687DFE
RGB
CMYK
RGB Variations
Color information
#687DFE (or 0x687DFE) is known color: Cornflower Blue. HEX triplet: 68, 7D and FE. RGB value is (104,125,254). Sum of RGB (Red+Green+Blue) = 104+125+254=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #687DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687DFE is #978201. Grayscale: #848484. Windows color (decimal): -9929218 or 16678248. OLE color: 16678248.
HSL color Cylindrical-coordinate representation of color #687DFE: hue angle of 231.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #687DFE is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 125 | 254 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.00 |
| HSL | 231.6º | 0.99% | 0.7% | - |
| HSV(B) | 231.6º | 0.59% | 1% | - |
| XYZ | 30.93 | 24.77 | 96.92 | - |
| YUV | 133.43 | 196.04 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 254 | 0.59 | 0.51 | 0 | 0.00 | 231.6 | 0.99 | 0.7 |
| Hex | 68 | 7D | FE | 3B | 33 | 0 | 0 | E8 | 63 | 46 |
| Octal | 150 | 175 | 376 | 73 | 63 | 0 | 0 | 350 | 143 | 106 |
| Binary | 1101000 | 1111101 | 11111110 | 111011 | 110011 | 0 | 0 | 11101000 | 1100011 | 1000110 |
Color Harmonies of #687DFE
Complementary color
Monochromatic Colors of #687DFE
Black with #687DFE
Text Example
Text Example
White with #687DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DFE; }
p { color: rgb(104,125,254); }
H1.HeaderClassName
{
color: #687DFE;
}
.AnyTagClassName
{
color: #687DFE;
}
</style>
background-color css
<style>
a { background-color: #687DFE; }
a { background-color: rgb(104,125,254); }
div.DivClassName
{
background-color: #687DFE;
}
.BgClassName
{
background-color: #687DFE;
}
</style>
border-color css
<style>
span { border-color: #687DFE; }
span { border-color: rgb(104,125,254); }
td.TdClassName
{
border-color: #687DFE;
}
.TagClassName
{
border-color: #687DFE;
}
</style>