Shades of Cornflower Blue #679FE2
Tints of Cornflower Blue #679FE2
RGB
CMYK
RGB Variations
Color information
#679FE2 (or 0x679FE2) is known color: Cornflower Blue. HEX triplet: 67, 9F and E2. RGB value is (103,159,226). Sum of RGB (Red+Green+Blue) = 103+159+226=488 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.11% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 226 (88.67% from 255 or 46.31% from 488); Max value from RGB is 226 - color contains mainly: blue. Hex color #679FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679FE2 is #98601D. Grayscale: #959595. Windows color (decimal): -9986078 or 14851943. OLE color: 14851943.
HSL color Cylindrical-coordinate representation of color #679FE2: hue angle of 212.68º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #679FE2 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 159 | 226 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.11 |
| HSL | 212.68º | 0.68% | 0.65% | - |
| HSV(B) | 212.68º | 0.54% | 0.89% | - |
| XYZ | 31.72 | 33.17 | 76.68 | - |
| YUV | 149.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 226 | 0.54 | 0.30 | 0 | 0.11 | 212.68 | 0.68 | 0.65 |
| Hex | 67 | 9F | E2 | 36 | 1E | 0 | B | D5 | 44 | 41 |
| Octal | 147 | 237 | 342 | 66 | 36 | 0 | 13 | 325 | 104 | 101 |
| Binary | 1100111 | 10011111 | 11100010 | 110110 | 11110 | 0 | 1011 | 11010101 | 1000100 | 1000001 |
Color Harmonies of #679FE2
Complementary color
Monochromatic Colors of #679FE2
Black with #679FE2
Text Example
Text Example
White with #679FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679FE2; }
p { color: rgb(103,159,226); }
H1.HeaderClassName
{
color: #679FE2;
}
.AnyTagClassName
{
color: #679FE2;
}
</style>
background-color css
<style>
a { background-color: #679FE2; }
a { background-color: rgb(103,159,226); }
div.DivClassName
{
background-color: #679FE2;
}
.BgClassName
{
background-color: #679FE2;
}
</style>
border-color css
<style>
span { border-color: #679FE2; }
span { border-color: rgb(103,159,226); }
td.TdClassName
{
border-color: #679FE2;
}
.TagClassName
{
border-color: #679FE2;
}
</style>