Shades of Cornflower Blue #679BDD
Tints of Cornflower Blue #679BDD
RGB
CMYK
RGB Variations
Color information
#679BDD (or 0x679BDD) is known color: Cornflower Blue. HEX triplet: 67, 9B and DD. RGB value is (103,155,221). Sum of RGB (Red+Green+Blue) = 103+155+221=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #679BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679BDD is #986422. Grayscale: #929292. Windows color (decimal): -9987107 or 14523239. OLE color: 14523239.
HSL color Cylindrical-coordinate representation of color #679BDD: hue angle of 213.56º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #679BDD is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 155 | 221 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.13 |
| HSL | 213.56º | 0.63% | 0.64% | - |
| HSV(B) | 213.56º | 0.53% | 0.87% | - |
| XYZ | 30.37 | 31.55 | 72.9 | - |
| YUV | 146.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 221 | 0.53 | 0.30 | 0 | 0.13 | 213.56 | 0.63 | 0.64 |
| Hex | 67 | 9B | DD | 35 | 1E | 0 | D | D6 | 3F | 40 |
| Octal | 147 | 233 | 335 | 65 | 36 | 0 | 15 | 326 | 77 | 100 |
| Binary | 1100111 | 10011011 | 11011101 | 110101 | 11110 | 0 | 1101 | 11010110 | 111111 | 1000000 |
Color Harmonies of #679BDD
Complementary color
Monochromatic Colors of #679BDD
Black with #679BDD
Text Example
Text Example
White with #679BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BDD; }
p { color: rgb(103,155,221); }
H1.HeaderClassName
{
color: #679BDD;
}
.AnyTagClassName
{
color: #679BDD;
}
</style>
background-color css
<style>
a { background-color: #679BDD; }
a { background-color: rgb(103,155,221); }
div.DivClassName
{
background-color: #679BDD;
}
.BgClassName
{
background-color: #679BDD;
}
</style>
border-color css
<style>
span { border-color: #679BDD; }
span { border-color: rgb(103,155,221); }
td.TdClassName
{
border-color: #679BDD;
}
.TagClassName
{
border-color: #679BDD;
}
</style>