Shades of Cornflower Blue #687DFC
Tints of Cornflower Blue #687DFC
RGB
CMYK
RGB Variations
Color information
#687DFC (or 0x687DFC) is known color: Cornflower Blue. HEX triplet: 68, 7D and FC. RGB value is (104,125,252). Sum of RGB (Red+Green+Blue) = 104+125+252=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #687DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687DFC is #978203. Grayscale: #848484. Windows color (decimal): -9929220 or 16547176. OLE color: 16547176.
HSL color Cylindrical-coordinate representation of color #687DFC: hue angle of 231.49º degrees, saturation: 0.96, 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 #687DFC is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 125 | 252 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.01 |
| HSL | 231.49º | 0.96% | 0.7% | - |
| HSV(B) | 231.49º | 0.59% | 0.99% | - |
| XYZ | 30.61 | 24.64 | 95.24 | - |
| YUV | 133.2 | 195.04 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 252 | 0.59 | 0.50 | 0 | 0.01 | 231.49 | 0.96 | 0.7 |
| Hex | 68 | 7D | FC | 3B | 32 | 0 | 1 | E7 | 60 | 46 |
| Octal | 150 | 175 | 374 | 73 | 62 | 0 | 1 | 347 | 140 | 106 |
| Binary | 1101000 | 1111101 | 11111100 | 111011 | 110010 | 0 | 1 | 11100111 | 1100000 | 1000110 |
Color Harmonies of #687DFC
Complementary color
Monochromatic Colors of #687DFC
Black with #687DFC
Text Example
Text Example
White with #687DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DFC; }
p { color: rgb(104,125,252); }
H1.HeaderClassName
{
color: #687DFC;
}
.AnyTagClassName
{
color: #687DFC;
}
</style>
background-color css
<style>
a { background-color: #687DFC; }
a { background-color: rgb(104,125,252); }
div.DivClassName
{
background-color: #687DFC;
}
.BgClassName
{
background-color: #687DFC;
}
</style>
border-color css
<style>
span { border-color: #687DFC; }
span { border-color: rgb(104,125,252); }
td.TdClassName
{
border-color: #687DFC;
}
.TagClassName
{
border-color: #687DFC;
}
</style>