Shades of Cornflower Blue #687ADE
Tints of Cornflower Blue #687ADE
RGB
CMYK
RGB Variations
Color information
#687ADE (or 0x687ADE) is known color: Cornflower Blue. HEX triplet: 68, 7A and DE. RGB value is (104,122,222). Sum of RGB (Red+Green+Blue) = 104+122+222=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #687ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ADE is #978521. Grayscale: #7F7F7F. Windows color (decimal): -9930018 or 14580328. OLE color: 14580328.
HSL color Cylindrical-coordinate representation of color #687ADE: hue angle of 230.85º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #687ADE is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 122 | 222 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.13 |
| HSL | 230.85º | 0.64% | 0.64% | - |
| HSV(B) | 230.85º | 0.53% | 0.87% | - |
| XYZ | 25.85 | 22.14 | 72.02 | - |
| YUV | 128.02 | 181.04 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 222 | 0.53 | 0.45 | 0 | 0.13 | 230.85 | 0.64 | 0.64 |
| Hex | 68 | 7A | DE | 35 | 2D | 0 | D | E7 | 40 | 40 |
| Octal | 150 | 172 | 336 | 65 | 55 | 0 | 15 | 347 | 100 | 100 |
| Binary | 1101000 | 1111010 | 11011110 | 110101 | 101101 | 0 | 1101 | 11100111 | 1000000 | 1000000 |
Color Harmonies of #687ADE
Complementary color
Monochromatic Colors of #687ADE
Black with #687ADE
Text Example
Text Example
White with #687ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687ADE; }
p { color: rgb(104,122,222); }
H1.HeaderClassName
{
color: #687ADE;
}
.AnyTagClassName
{
color: #687ADE;
}
</style>
background-color css
<style>
a { background-color: #687ADE; }
a { background-color: rgb(104,122,222); }
div.DivClassName
{
background-color: #687ADE;
}
.BgClassName
{
background-color: #687ADE;
}
</style>
border-color css
<style>
span { border-color: #687ADE; }
span { border-color: rgb(104,122,222); }
td.TdClassName
{
border-color: #687ADE;
}
.TagClassName
{
border-color: #687ADE;
}
</style>