Shades of Cornflower Blue #687DF6
Tints of Cornflower Blue #687DF6
RGB
CMYK
RGB Variations
Color information
#687DF6 (or 0x687DF6) is known color: Cornflower Blue. HEX triplet: 68, 7D and F6. RGB value is (104,125,246). Sum of RGB (Red+Green+Blue) = 104+125+246=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #687DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687DF6 is #978209. Grayscale: #848484. Windows color (decimal): -9929226 or 16153960. OLE color: 16153960.
HSL color Cylindrical-coordinate representation of color #687DF6: hue angle of 231.13º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #687DF6 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 125 | 246 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.04 |
| HSL | 231.13º | 0.89% | 0.69% | - |
| HSV(B) | 231.13º | 0.58% | 0.96% | - |
| XYZ | 29.68 | 24.26 | 90.31 | - |
| YUV | 132.52 | 192.04 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 246 | 0.58 | 0.49 | 0 | 0.04 | 231.13 | 0.89 | 0.69 |
| Hex | 68 | 7D | F6 | 3A | 31 | 0 | 4 | E7 | 59 | 45 |
| Octal | 150 | 175 | 366 | 72 | 61 | 0 | 4 | 347 | 131 | 105 |
| Binary | 1101000 | 1111101 | 11110110 | 111010 | 110001 | 0 | 100 | 11100111 | 1011001 | 1000101 |
Color Harmonies of #687DF6
Complementary color
Monochromatic Colors of #687DF6
Black with #687DF6
Text Example
Text Example
White with #687DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DF6; }
p { color: rgb(104,125,246); }
H1.HeaderClassName
{
color: #687DF6;
}
.AnyTagClassName
{
color: #687DF6;
}
</style>
background-color css
<style>
a { background-color: #687DF6; }
a { background-color: rgb(104,125,246); }
div.DivClassName
{
background-color: #687DF6;
}
.BgClassName
{
background-color: #687DF6;
}
</style>
border-color css
<style>
span { border-color: #687DF6; }
span { border-color: rgb(104,125,246); }
td.TdClassName
{
border-color: #687DF6;
}
.TagClassName
{
border-color: #687DF6;
}
</style>