Shades of Cornflower Blue #679DF0
Tints of Cornflower Blue #679DF0
RGB
CMYK
RGB Variations
Color information
#679DF0 (or 0x679DF0) is known color: Cornflower Blue. HEX triplet: 67, 9D and F0. RGB value is (103,157,240). Sum of RGB (Red+Green+Blue) = 103+157+240=500 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.6% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #679DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679DF0 is #98620F. Grayscale: #959595. Windows color (decimal): -9986576 or 15768935. OLE color: 15768935.
HSL color Cylindrical-coordinate representation of color #679DF0: hue angle of 216.35º 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 #679DF0 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 157 | 240 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.06 |
| HSL | 216.35º | 0.82% | 0.67% | - |
| HSV(B) | 216.35º | 0.57% | 0.94% | - |
| XYZ | 33.38 | 33.29 | 87.1 | - |
| YUV | 150.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 240 | 0.57 | 0.35 | 0 | 0.06 | 216.35 | 0.82 | 0.67 |
| Hex | 67 | 9D | F0 | 39 | 23 | 0 | 6 | D8 | 52 | 43 |
| Octal | 147 | 235 | 360 | 71 | 43 | 0 | 6 | 330 | 122 | 103 |
| Binary | 1100111 | 10011101 | 11110000 | 111001 | 100011 | 0 | 110 | 11011000 | 1010010 | 1000011 |
Color Harmonies of #679DF0
Complementary color
Monochromatic Colors of #679DF0
Black with #679DF0
Text Example
Text Example
White with #679DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679DF0; }
p { color: rgb(103,157,240); }
H1.HeaderClassName
{
color: #679DF0;
}
.AnyTagClassName
{
color: #679DF0;
}
</style>
background-color css
<style>
a { background-color: #679DF0; }
a { background-color: rgb(103,157,240); }
div.DivClassName
{
background-color: #679DF0;
}
.BgClassName
{
background-color: #679DF0;
}
</style>
border-color css
<style>
span { border-color: #679DF0; }
span { border-color: rgb(103,157,240); }
td.TdClassName
{
border-color: #679DF0;
}
.TagClassName
{
border-color: #679DF0;
}
</style>