Shades of Cornflower Blue #687CFD
Tints of Cornflower Blue #687CFD
RGB
CMYK
RGB Variations
Color information
#687CFD (or 0x687CFD) is known color: Cornflower Blue. HEX triplet: 68, 7C and FD. RGB value is (104,124,253). Sum of RGB (Red+Green+Blue) = 104+124+253=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #687CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687CFD is #978302. Grayscale: #848484. Windows color (decimal): -9929475 or 16612456. OLE color: 16612456.
HSL color Cylindrical-coordinate representation of color #687CFD: hue angle of 231.95º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #687CFD is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 124 | 253 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.01 |
| HSL | 231.95º | 0.97% | 0.7% | - |
| HSV(B) | 231.95º | 0.59% | 0.99% | - |
| XYZ | 30.65 | 24.45 | 96.03 | - |
| YUV | 132.73 | 195.87 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 253 | 0.59 | 0.51 | 0 | 0.01 | 231.95 | 0.97 | 0.7 |
| Hex | 68 | 7C | FD | 3B | 33 | 0 | 1 | E8 | 61 | 46 |
| Octal | 150 | 174 | 375 | 73 | 63 | 0 | 1 | 350 | 141 | 106 |
| Binary | 1101000 | 1111100 | 11111101 | 111011 | 110011 | 0 | 1 | 11101000 | 1100001 | 1000110 |
Color Harmonies of #687CFD
Complementary color
Monochromatic Colors of #687CFD
Black with #687CFD
Text Example
Text Example
White with #687CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CFD; }
p { color: rgb(104,124,253); }
H1.HeaderClassName
{
color: #687CFD;
}
.AnyTagClassName
{
color: #687CFD;
}
</style>
background-color css
<style>
a { background-color: #687CFD; }
a { background-color: rgb(104,124,253); }
div.DivClassName
{
background-color: #687CFD;
}
.BgClassName
{
background-color: #687CFD;
}
</style>
border-color css
<style>
span { border-color: #687CFD; }
span { border-color: rgb(104,124,253); }
td.TdClassName
{
border-color: #687CFD;
}
.TagClassName
{
border-color: #687CFD;
}
</style>