Shades of Cornflower Blue #687AFA
Tints of Cornflower Blue #687AFA
RGB
CMYK
RGB Variations
Color information
#687AFA (or 0x687AFA) is known color: Cornflower Blue. HEX triplet: 68, 7A and FA. RGB value is (104,122,250). Sum of RGB (Red+Green+Blue) = 104+122+250=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #687AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687AFA is #978505. Grayscale: #828282. Windows color (decimal): -9929990 or 16415336. OLE color: 16415336.
HSL color Cylindrical-coordinate representation of color #687AFA: hue angle of 232.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #687AFA is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 122 | 250 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.02 |
| HSL | 232.6º | 0.94% | 0.69% | - |
| HSV(B) | 232.6º | 0.58% | 0.98% | - |
| XYZ | 29.92 | 23.76 | 93.45 | - |
| YUV | 131.21 | 195.04 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 250 | 0.58 | 0.51 | 0 | 0.02 | 232.6 | 0.94 | 0.69 |
| Hex | 68 | 7A | FA | 3A | 33 | 0 | 2 | E9 | 5E | 45 |
| Octal | 150 | 172 | 372 | 72 | 63 | 0 | 2 | 351 | 136 | 105 |
| Binary | 1101000 | 1111010 | 11111010 | 111010 | 110011 | 0 | 10 | 11101001 | 1011110 | 1000101 |
Color Harmonies of #687AFA
Complementary color
Monochromatic Colors of #687AFA
Black with #687AFA
Text Example
Text Example
White with #687AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687AFA; }
p { color: rgb(104,122,250); }
H1.HeaderClassName
{
color: #687AFA;
}
.AnyTagClassName
{
color: #687AFA;
}
</style>
background-color css
<style>
a { background-color: #687AFA; }
a { background-color: rgb(104,122,250); }
div.DivClassName
{
background-color: #687AFA;
}
.BgClassName
{
background-color: #687AFA;
}
</style>
border-color css
<style>
span { border-color: #687AFA; }
span { border-color: rgb(104,122,250); }
td.TdClassName
{
border-color: #687AFA;
}
.TagClassName
{
border-color: #687AFA;
}
</style>