Shades of Cornflower Blue #679EEC
Tints of Cornflower Blue #679EEC
RGB
CMYK
RGB Variations
Color information
#679EEC (or 0x679EEC) is known color: Cornflower Blue. HEX triplet: 67, 9E and EC. RGB value is (103,158,236). Sum of RGB (Red+Green+Blue) = 103+158+236=497 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.72% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #679EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679EEC is #986113. Grayscale: #969696. Windows color (decimal): -9986324 or 15507047. OLE color: 15507047.
HSL color Cylindrical-coordinate representation of color #679EEC: hue angle of 215.19º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #679EEC is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 158 | 236 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.07 |
| HSL | 215.19º | 0.78% | 0.66% | - |
| HSV(B) | 215.19º | 0.56% | 0.93% | - |
| XYZ | 32.96 | 33.39 | 84.07 | - |
| YUV | 150.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 236 | 0.56 | 0.33 | 0 | 0.07 | 215.19 | 0.78 | 0.66 |
| Hex | 67 | 9E | EC | 38 | 21 | 0 | 7 | D7 | 4E | 42 |
| Octal | 147 | 236 | 354 | 70 | 41 | 0 | 7 | 327 | 116 | 102 |
| Binary | 1100111 | 10011110 | 11101100 | 111000 | 100001 | 0 | 111 | 11010111 | 1001110 | 1000010 |
Color Harmonies of #679EEC
Complementary color
Monochromatic Colors of #679EEC
Black with #679EEC
Text Example
Text Example
White with #679EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679EEC; }
p { color: rgb(103,158,236); }
H1.HeaderClassName
{
color: #679EEC;
}
.AnyTagClassName
{
color: #679EEC;
}
</style>
background-color css
<style>
a { background-color: #679EEC; }
a { background-color: rgb(103,158,236); }
div.DivClassName
{
background-color: #679EEC;
}
.BgClassName
{
background-color: #679EEC;
}
</style>
border-color css
<style>
span { border-color: #679EEC; }
span { border-color: rgb(103,158,236); }
td.TdClassName
{
border-color: #679EEC;
}
.TagClassName
{
border-color: #679EEC;
}
</style>