Shades of Cornflower Blue #687FFB
Tints of Cornflower Blue #687FFB
RGB
CMYK
RGB Variations
Color information
#687FFB (or 0x687FFB) is known color: Cornflower Blue. HEX triplet: 68, 7F and FB. RGB value is (104,127,251). Sum of RGB (Red+Green+Blue) = 104+127+251=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #687FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687FFB is #978004. Grayscale: #858585. Windows color (decimal): -9928709 or 16482152. OLE color: 16482152.
HSL color Cylindrical-coordinate representation of color #687FFB: hue angle of 230.61º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #687FFB is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 127 | 251 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.02 |
| HSL | 230.61º | 0.95% | 0.7% | - |
| HSV(B) | 230.61º | 0.59% | 0.98% | - |
| XYZ | 30.71 | 25.09 | 94.49 | - |
| YUV | 134.26 | 193.88 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 251 | 0.59 | 0.49 | 0 | 0.02 | 230.61 | 0.95 | 0.7 |
| Hex | 68 | 7F | FB | 3B | 31 | 0 | 2 | E7 | 5F | 46 |
| Octal | 150 | 177 | 373 | 73 | 61 | 0 | 2 | 347 | 137 | 106 |
| Binary | 1101000 | 1111111 | 11111011 | 111011 | 110001 | 0 | 10 | 11100111 | 1011111 | 1000110 |
Color Harmonies of #687FFB
Complementary color
Monochromatic Colors of #687FFB
Black with #687FFB
Text Example
Text Example
White with #687FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FFB; }
p { color: rgb(104,127,251); }
H1.HeaderClassName
{
color: #687FFB;
}
.AnyTagClassName
{
color: #687FFB;
}
</style>
background-color css
<style>
a { background-color: #687FFB; }
a { background-color: rgb(104,127,251); }
div.DivClassName
{
background-color: #687FFB;
}
.BgClassName
{
background-color: #687FFB;
}
</style>
border-color css
<style>
span { border-color: #687FFB; }
span { border-color: rgb(104,127,251); }
td.TdClassName
{
border-color: #687FFB;
}
.TagClassName
{
border-color: #687FFB;
}
</style>