Shades of Cornflower Blue #679ADB
Tints of Cornflower Blue #679ADB
RGB
CMYK
RGB Variations
Color information
#679ADB (or 0x679ADB) is known color: Cornflower Blue. HEX triplet: 67, 9A and DB. RGB value is (103,154,219). Sum of RGB (Red+Green+Blue) = 103+154+219=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #679ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679ADB is #986524. Grayscale: #919191. Windows color (decimal): -9987365 or 14391911. OLE color: 14391911.
HSL color Cylindrical-coordinate representation of color #679ADB: hue angle of 213.62º 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 #679ADB is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 154 | 219 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.14 |
| HSL | 213.62º | 0.62% | 0.63% | - |
| HSV(B) | 213.62º | 0.53% | 0.86% | - |
| XYZ | 29.94 | 31.11 | 71.44 | - |
| YUV | 146.16 | 169.1 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 219 | 0.53 | 0.30 | 0 | 0.14 | 213.62 | 0.62 | 0.63 |
| Hex | 67 | 9A | DB | 35 | 1E | 0 | E | D6 | 3E | 3F |
| Octal | 147 | 232 | 333 | 65 | 36 | 0 | 16 | 326 | 76 | 77 |
| Binary | 1100111 | 10011010 | 11011011 | 110101 | 11110 | 0 | 1110 | 11010110 | 111110 | 111111 |
Color Harmonies of #679ADB
Complementary color
Monochromatic Colors of #679ADB
Black with #679ADB
Text Example
Text Example
White with #679ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679ADB; }
p { color: rgb(103,154,219); }
H1.HeaderClassName
{
color: #679ADB;
}
.AnyTagClassName
{
color: #679ADB;
}
</style>
background-color css
<style>
a { background-color: #679ADB; }
a { background-color: rgb(103,154,219); }
div.DivClassName
{
background-color: #679ADB;
}
.BgClassName
{
background-color: #679ADB;
}
</style>
border-color css
<style>
span { border-color: #679ADB; }
span { border-color: rgb(103,154,219); }
td.TdClassName
{
border-color: #679ADB;
}
.TagClassName
{
border-color: #679ADB;
}
</style>