Shades of Cornflower Blue #679FE0
Tints of Cornflower Blue #679FE0
RGB
CMYK
RGB Variations
Color information
#679FE0 (or 0x679FE0) is known color: Cornflower Blue. HEX triplet: 67, 9F and E0. RGB value is (103,159,224). Sum of RGB (Red+Green+Blue) = 103+159+224=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #679FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679FE0 is #98601F. Grayscale: #959595. Windows color (decimal): -9986080 or 14720871. OLE color: 14720871.
HSL color Cylindrical-coordinate representation of color #679FE0: hue angle of 212.23º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #679FE0 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 159 | 224 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.12 |
| HSL | 212.23º | 0.66% | 0.64% | - |
| HSV(B) | 212.23º | 0.54% | 0.88% | - |
| XYZ | 31.45 | 33.06 | 75.25 | - |
| YUV | 149.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 224 | 0.54 | 0.29 | 0 | 0.12 | 212.23 | 0.66 | 0.64 |
| Hex | 67 | 9F | E0 | 36 | 1D | 0 | C | D4 | 42 | 40 |
| Octal | 147 | 237 | 340 | 66 | 35 | 0 | 14 | 324 | 102 | 100 |
| Binary | 1100111 | 10011111 | 11100000 | 110110 | 11101 | 0 | 1100 | 11010100 | 1000010 | 1000000 |
Color Harmonies of #679FE0
Complementary color
Monochromatic Colors of #679FE0
Black with #679FE0
Text Example
Text Example
White with #679FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679FE0; }
p { color: rgb(103,159,224); }
H1.HeaderClassName
{
color: #679FE0;
}
.AnyTagClassName
{
color: #679FE0;
}
</style>
background-color css
<style>
a { background-color: #679FE0; }
a { background-color: rgb(103,159,224); }
div.DivClassName
{
background-color: #679FE0;
}
.BgClassName
{
background-color: #679FE0;
}
</style>
border-color css
<style>
span { border-color: #679FE0; }
span { border-color: rgb(103,159,224); }
td.TdClassName
{
border-color: #679FE0;
}
.TagClassName
{
border-color: #679FE0;
}
</style>