Shades of Cornflower Blue #678EF0
Tints of Cornflower Blue #678EF0
RGB
CMYK
RGB Variations
Color information
#678EF0 (or 0x678EF0) is known color: Cornflower Blue. HEX triplet: 67, 8E and F0. RGB value is (103,142,240). Sum of RGB (Red+Green+Blue) = 103+142+240=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #678EF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #678EF0 is #98710F. Grayscale: #8D8D8D. Windows color (decimal): -9990416 or 15765095. OLE color: 15765095.
HSL color Cylindrical-coordinate representation of color #678EF0: hue angle of 222.92º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #678EF0 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 142 | 240 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.06 |
| HSL | 222.92º | 0.82% | 0.67% | - |
| HSV(B) | 222.92º | 0.57% | 0.94% | - |
| XYZ | 30.99 | 28.52 | 86.31 | - |
| YUV | 141.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 240 | 0.57 | 0.41 | 0 | 0.06 | 222.92 | 0.82 | 0.67 |
| Hex | 67 | 8E | F0 | 39 | 29 | 0 | 6 | DF | 52 | 43 |
| Octal | 147 | 216 | 360 | 71 | 51 | 0 | 6 | 337 | 122 | 103 |
| Binary | 1100111 | 10001110 | 11110000 | 111001 | 101001 | 0 | 110 | 11011111 | 1010010 | 1000011 |
Color Harmonies of #678EF0
Complementary color
Monochromatic Colors of #678EF0
Black with #678EF0
Text Example
Text Example
White with #678EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678EF0; }
p { color: rgb(103,142,240); }
H1.HeaderClassName
{
color: #678EF0;
}
.AnyTagClassName
{
color: #678EF0;
}
</style>
background-color css
<style>
a { background-color: #678EF0; }
a { background-color: rgb(103,142,240); }
div.DivClassName
{
background-color: #678EF0;
}
.BgClassName
{
background-color: #678EF0;
}
</style>
border-color css
<style>
span { border-color: #678EF0; }
span { border-color: rgb(103,142,240); }
td.TdClassName
{
border-color: #678EF0;
}
.TagClassName
{
border-color: #678EF0;
}
</style>