Shades of Cornflower Blue #687ADB
Tints of Cornflower Blue #687ADB
RGB
CMYK
RGB Variations
Color information
#687ADB (or 0x687ADB) is known color: Cornflower Blue. HEX triplet: 68, 7A and DB. RGB value is (104,122,219). Sum of RGB (Red+Green+Blue) = 104+122+219=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #687ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ADB is #978524. Grayscale: #7F7F7F. Windows color (decimal): -9930021 or 14383720. OLE color: 14383720.
HSL color Cylindrical-coordinate representation of color #687ADB: hue angle of 230.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #687ADB is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 122 | 219 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.14 |
| HSL | 230.61º | 0.61% | 0.63% | - |
| HSV(B) | 230.61º | 0.53% | 0.86% | - |
| XYZ | 25.45 | 21.98 | 69.92 | - |
| YUV | 127.68 | 179.54 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 219 | 0.53 | 0.44 | 0 | 0.14 | 230.61 | 0.61 | 0.63 |
| Hex | 68 | 7A | DB | 35 | 2C | 0 | E | E7 | 3D | 3F |
| Octal | 150 | 172 | 333 | 65 | 54 | 0 | 16 | 347 | 75 | 77 |
| Binary | 1101000 | 1111010 | 11011011 | 110101 | 101100 | 0 | 1110 | 11100111 | 111101 | 111111 |
Color Harmonies of #687ADB
Complementary color
Monochromatic Colors of #687ADB
Black with #687ADB
Text Example
Text Example
White with #687ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687ADB; }
p { color: rgb(104,122,219); }
H1.HeaderClassName
{
color: #687ADB;
}
.AnyTagClassName
{
color: #687ADB;
}
</style>
background-color css
<style>
a { background-color: #687ADB; }
a { background-color: rgb(104,122,219); }
div.DivClassName
{
background-color: #687ADB;
}
.BgClassName
{
background-color: #687ADB;
}
</style>
border-color css
<style>
span { border-color: #687ADB; }
span { border-color: rgb(104,122,219); }
td.TdClassName
{
border-color: #687ADB;
}
.TagClassName
{
border-color: #687ADB;
}
</style>