Shades of Cornflower Blue #678EDB
Tints of Cornflower Blue #678EDB
RGB
CMYK
RGB Variations
Color information
#678EDB (or 0x678EDB) is known color: Cornflower Blue. HEX triplet: 67, 8E and DB. RGB value is (103,142,219). Sum of RGB (Red+Green+Blue) = 103+142+219=464 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.20% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #678EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678EDB is #987124. Grayscale: #8A8A8A. Windows color (decimal): -9990437 or 14388839. OLE color: 14388839.
HSL color Cylindrical-coordinate representation of color #678EDB: hue angle of 219.83º degrees, saturation: 0.62, 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 #678EDB is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 142 | 219 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.14 |
| HSL | 219.83º | 0.62% | 0.63% | - |
| HSV(B) | 219.83º | 0.53% | 0.86% | - |
| XYZ | 28.05 | 27.34 | 70.82 | - |
| YUV | 139.12 | 173.08 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 219 | 0.53 | 0.35 | 0 | 0.14 | 219.83 | 0.62 | 0.63 |
| Hex | 67 | 8E | DB | 35 | 23 | 0 | E | DC | 3E | 3F |
| Octal | 147 | 216 | 333 | 65 | 43 | 0 | 16 | 334 | 76 | 77 |
| Binary | 1100111 | 10001110 | 11011011 | 110101 | 100011 | 0 | 1110 | 11011100 | 111110 | 111111 |
Color Harmonies of #678EDB
Complementary color
Monochromatic Colors of #678EDB
Black with #678EDB
Text Example
Text Example
White with #678EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678EDB; }
p { color: rgb(103,142,219); }
H1.HeaderClassName
{
color: #678EDB;
}
.AnyTagClassName
{
color: #678EDB;
}
</style>
background-color css
<style>
a { background-color: #678EDB; }
a { background-color: rgb(103,142,219); }
div.DivClassName
{
background-color: #678EDB;
}
.BgClassName
{
background-color: #678EDB;
}
</style>
border-color css
<style>
span { border-color: #678EDB; }
span { border-color: rgb(103,142,219); }
td.TdClassName
{
border-color: #678EDB;
}
.TagClassName
{
border-color: #678EDB;
}
</style>