Shades of Cornflower Blue #679ADD
Tints of Cornflower Blue #679ADD
RGB
CMYK
RGB Variations
Color information
#679ADD (or 0x679ADD) is known color: Cornflower Blue. HEX triplet: 67, 9A and DD. RGB value is (103,154,221). Sum of RGB (Red+Green+Blue) = 103+154+221=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #679ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679ADD is #986522. Grayscale: #929292. Windows color (decimal): -9987363 or 14522983. OLE color: 14522983.
HSL color Cylindrical-coordinate representation of color #679ADD: hue angle of 214.07º 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 #679ADD is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 154 | 221 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.13 |
| HSL | 214.07º | 0.63% | 0.64% | - |
| HSV(B) | 214.07º | 0.53% | 0.87% | - |
| XYZ | 30.2 | 31.22 | 72.84 | - |
| YUV | 146.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 221 | 0.53 | 0.30 | 0 | 0.13 | 214.07 | 0.63 | 0.64 |
| Hex | 67 | 9A | DD | 35 | 1E | 0 | D | D6 | 3F | 40 |
| Octal | 147 | 232 | 335 | 65 | 36 | 0 | 15 | 326 | 77 | 100 |
| Binary | 1100111 | 10011010 | 11011101 | 110101 | 11110 | 0 | 1101 | 11010110 | 111111 | 1000000 |
Color Harmonies of #679ADD
Complementary color
Monochromatic Colors of #679ADD
Black with #679ADD
Text Example
Text Example
White with #679ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679ADD; }
p { color: rgb(103,154,221); }
H1.HeaderClassName
{
color: #679ADD;
}
.AnyTagClassName
{
color: #679ADD;
}
</style>
background-color css
<style>
a { background-color: #679ADD; }
a { background-color: rgb(103,154,221); }
div.DivClassName
{
background-color: #679ADD;
}
.BgClassName
{
background-color: #679ADD;
}
</style>
border-color css
<style>
span { border-color: #679ADD; }
span { border-color: rgb(103,154,221); }
td.TdClassName
{
border-color: #679ADD;
}
.TagClassName
{
border-color: #679ADD;
}
</style>