Shades of Cornflower Blue #679BDB
Tints of Cornflower Blue #679BDB
RGB
CMYK
RGB Variations
Color information
#679BDB (or 0x679BDB) is known color: Cornflower Blue. HEX triplet: 67, 9B and DB. RGB value is (103,155,219). Sum of RGB (Red+Green+Blue) = 103+155+219=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #679BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679BDB is #986424. Grayscale: #929292. Windows color (decimal): -9987109 or 14392167. OLE color: 14392167.
HSL color Cylindrical-coordinate representation of color #679BDB: hue angle of 213.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #679BDB is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 155 | 219 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.14 |
| HSL | 213.1º | 0.62% | 0.63% | - |
| HSV(B) | 213.1º | 0.53% | 0.86% | - |
| XYZ | 30.1 | 31.44 | 71.5 | - |
| YUV | 146.75 | 168.77 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 219 | 0.53 | 0.29 | 0 | 0.14 | 213.1 | 0.62 | 0.63 |
| Hex | 67 | 9B | DB | 35 | 1D | 0 | E | D5 | 3E | 3F |
| Octal | 147 | 233 | 333 | 65 | 35 | 0 | 16 | 325 | 76 | 77 |
| Binary | 1100111 | 10011011 | 11011011 | 110101 | 11101 | 0 | 1110 | 11010101 | 111110 | 111111 |
Color Harmonies of #679BDB
Complementary color
Monochromatic Colors of #679BDB
Black with #679BDB
Text Example
Text Example
White with #679BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BDB; }
p { color: rgb(103,155,219); }
H1.HeaderClassName
{
color: #679BDB;
}
.AnyTagClassName
{
color: #679BDB;
}
</style>
background-color css
<style>
a { background-color: #679BDB; }
a { background-color: rgb(103,155,219); }
div.DivClassName
{
background-color: #679BDB;
}
.BgClassName
{
background-color: #679BDB;
}
</style>
border-color css
<style>
span { border-color: #679BDB; }
span { border-color: rgb(103,155,219); }
td.TdClassName
{
border-color: #679BDB;
}
.TagClassName
{
border-color: #679BDB;
}
</style>