Shades of Cornflower Blue #679FEC
Tints of Cornflower Blue #679FEC
RGB
CMYK
RGB Variations
Color information
#679FEC (or 0x679FEC) is known color: Cornflower Blue. HEX triplet: 67, 9F and EC. RGB value is (103,159,236). Sum of RGB (Red+Green+Blue) = 103+159+236=498 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.68% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #679FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679FEC is #986013. Grayscale: #969696. Windows color (decimal): -9986068 or 15507303. OLE color: 15507303.
HSL color Cylindrical-coordinate representation of color #679FEC: hue angle of 214.74º 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 #679FEC is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 159 | 236 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.07 |
| HSL | 214.74º | 0.78% | 0.66% | - |
| HSV(B) | 214.74º | 0.56% | 0.93% | - |
| XYZ | 33.13 | 33.74 | 84.12 | - |
| YUV | 151.03 | 175.95 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 236 | 0.56 | 0.33 | 0 | 0.07 | 214.74 | 0.78 | 0.66 |
| Hex | 67 | 9F | EC | 38 | 21 | 0 | 7 | D7 | 4E | 42 |
| Octal | 147 | 237 | 354 | 70 | 41 | 0 | 7 | 327 | 116 | 102 |
| Binary | 1100111 | 10011111 | 11101100 | 111000 | 100001 | 0 | 111 | 11010111 | 1001110 | 1000010 |
Color Harmonies of #679FEC
Complementary color
Monochromatic Colors of #679FEC
Black with #679FEC
Text Example
Text Example
White with #679FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679FEC; }
p { color: rgb(103,159,236); }
H1.HeaderClassName
{
color: #679FEC;
}
.AnyTagClassName
{
color: #679FEC;
}
</style>
background-color css
<style>
a { background-color: #679FEC; }
a { background-color: rgb(103,159,236); }
div.DivClassName
{
background-color: #679FEC;
}
.BgClassName
{
background-color: #679FEC;
}
</style>
border-color css
<style>
span { border-color: #679FEC; }
span { border-color: rgb(103,159,236); }
td.TdClassName
{
border-color: #679FEC;
}
.TagClassName
{
border-color: #679FEC;
}
</style>