Shades of Cornflower Blue #687DFF
Tints of Cornflower Blue #687DFF
RGB
CMYK
RGB Variations
Color information
#687DFF (or 0x687DFF) is known color: Cornflower Blue. HEX triplet: 68, 7D and FF. RGB value is (104,125,255). Sum of RGB (Red+Green+Blue) = 104+125+255=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #687DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687DFF is #978200. Grayscale: #858585. Windows color (decimal): -9929217 or 16743784. OLE color: 16743784.
HSL color Cylindrical-coordinate representation of color #687DFF: hue angle of 231.66º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #687DFF is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 125 | 255 | - |
| CMYK | 0.59 | 0.51 | 0 | 0 |
| HSL | 231.66º | 1% | 0.7% | - |
| HSV(B) | 231.66º | 0.59% | 1% | - |
| XYZ | 31.09 | 24.83 | 97.76 | - |
| YUV | 133.54 | 196.54 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 255 | 0.59 | 0.51 | 0 | 0 | 231.66 | 1 | 0.7 |
| Hex | 68 | 7D | FF | 3B | 33 | 0 | 0 | E8 | 64 | 46 |
| Octal | 150 | 175 | 377 | 73 | 63 | 0 | 0 | 350 | 144 | 106 |
| Binary | 1101000 | 1111101 | 11111111 | 111011 | 110011 | 0 | 0 | 11101000 | 1100100 | 1000110 |
Color Harmonies of #687DFF
Complementary color
Monochromatic Colors of #687DFF
Black with #687DFF
Text Example
Text Example
White with #687DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DFF; }
p { color: rgb(104,125,255); }
H1.HeaderClassName
{
color: #687DFF;
}
.AnyTagClassName
{
color: #687DFF;
}
</style>
background-color css
<style>
a { background-color: #687DFF; }
a { background-color: rgb(104,125,255); }
div.DivClassName
{
background-color: #687DFF;
}
.BgClassName
{
background-color: #687DFF;
}
</style>
border-color css
<style>
span { border-color: #687DFF; }
span { border-color: rgb(104,125,255); }
td.TdClassName
{
border-color: #687DFF;
}
.TagClassName
{
border-color: #687DFF;
}
</style>