Shades of Cornflower Blue #687FFD
Tints of Cornflower Blue #687FFD
RGB
CMYK
RGB Variations
Color information
#687FFD (or 0x687FFD) is known color: Cornflower Blue. HEX triplet: 68, 7F and FD. RGB value is (104,127,253). Sum of RGB (Red+Green+Blue) = 104+127+253=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #687FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687FFD is #978002. Grayscale: #858585. Windows color (decimal): -9928707 or 16613224. OLE color: 16613224.
HSL color Cylindrical-coordinate representation of color #687FFD: hue angle of 230.74º 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 #687FFD is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 127 | 253 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.01 |
| HSL | 230.74º | 0.97% | 0.7% | - |
| HSV(B) | 230.74º | 0.59% | 0.99% | - |
| XYZ | 31.03 | 25.21 | 96.16 | - |
| YUV | 134.49 | 194.88 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 253 | 0.59 | 0.50 | 0 | 0.01 | 230.74 | 0.97 | 0.7 |
| Hex | 68 | 7F | FD | 3B | 32 | 0 | 1 | E7 | 61 | 46 |
| Octal | 150 | 177 | 375 | 73 | 62 | 0 | 1 | 347 | 141 | 106 |
| Binary | 1101000 | 1111111 | 11111101 | 111011 | 110010 | 0 | 1 | 11100111 | 1100001 | 1000110 |
Color Harmonies of #687FFD
Complementary color
Monochromatic Colors of #687FFD
Black with #687FFD
Text Example
Text Example
White with #687FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FFD; }
p { color: rgb(104,127,253); }
H1.HeaderClassName
{
color: #687FFD;
}
.AnyTagClassName
{
color: #687FFD;
}
</style>
background-color css
<style>
a { background-color: #687FFD; }
a { background-color: rgb(104,127,253); }
div.DivClassName
{
background-color: #687FFD;
}
.BgClassName
{
background-color: #687FFD;
}
</style>
border-color css
<style>
span { border-color: #687FFD; }
span { border-color: rgb(104,127,253); }
td.TdClassName
{
border-color: #687FFD;
}
.TagClassName
{
border-color: #687FFD;
}
</style>