Shades of Cornflower Blue #687AEF
Tints of Cornflower Blue #687AEF
RGB
CMYK
RGB Variations
Color information
#687AEF (or 0x687AEF) is known color: Cornflower Blue. HEX triplet: 68, 7A and EF. RGB value is (104,122,239). Sum of RGB (Red+Green+Blue) = 104+122+239=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #687AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687AEF is #978510. Grayscale: #818181. Windows color (decimal): -9930001 or 15694440. OLE color: 15694440.
HSL color Cylindrical-coordinate representation of color #687AEF: hue angle of 232º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #687AEF is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 122 | 239 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.06 |
| HSL | 232º | 0.81% | 0.67% | - |
| HSV(B) | 232º | 0.56% | 0.94% | - |
| XYZ | 28.25 | 23.09 | 84.63 | - |
| YUV | 129.96 | 189.54 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 239 | 0.56 | 0.49 | 0 | 0.06 | 232 | 0.81 | 0.67 |
| Hex | 68 | 7A | EF | 38 | 31 | 0 | 6 | E8 | 51 | 43 |
| Octal | 150 | 172 | 357 | 70 | 61 | 0 | 6 | 350 | 121 | 103 |
| Binary | 1101000 | 1111010 | 11101111 | 111000 | 110001 | 0 | 110 | 11101000 | 1010001 | 1000011 |
Color Harmonies of #687AEF
Complementary color
Monochromatic Colors of #687AEF
Black with #687AEF
Text Example
Text Example
White with #687AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687AEF; }
p { color: rgb(104,122,239); }
H1.HeaderClassName
{
color: #687AEF;
}
.AnyTagClassName
{
color: #687AEF;
}
</style>
background-color css
<style>
a { background-color: #687AEF; }
a { background-color: rgb(104,122,239); }
div.DivClassName
{
background-color: #687AEF;
}
.BgClassName
{
background-color: #687AEF;
}
</style>
border-color css
<style>
span { border-color: #687AEF; }
span { border-color: rgb(104,122,239); }
td.TdClassName
{
border-color: #687AEF;
}
.TagClassName
{
border-color: #687AEF;
}
</style>