Shades of Cornflower Blue #679DDD
Tints of Cornflower Blue #679DDD
RGB
CMYK
RGB Variations
Color information
#679DDD (or 0x679DDD) is known color: Cornflower Blue. HEX triplet: 67, 9D and DD. RGB value is (103,157,221). Sum of RGB (Red+Green+Blue) = 103+157+221=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #679DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679DDD is #986222. Grayscale: #939393. Windows color (decimal): -9986595 or 14523751. OLE color: 14523751.
HSL color Cylindrical-coordinate representation of color #679DDD: hue angle of 212.54º 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 #679DDD is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 157 | 221 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.13 |
| HSL | 212.54º | 0.63% | 0.64% | - |
| HSV(B) | 212.54º | 0.53% | 0.87% | - |
| XYZ | 30.7 | 32.22 | 73.01 | - |
| YUV | 148.15 | 169.11 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 221 | 0.53 | 0.29 | 0 | 0.13 | 212.54 | 0.63 | 0.64 |
| Hex | 67 | 9D | DD | 35 | 1D | 0 | D | D5 | 3F | 40 |
| Octal | 147 | 235 | 335 | 65 | 35 | 0 | 15 | 325 | 77 | 100 |
| Binary | 1100111 | 10011101 | 11011101 | 110101 | 11101 | 0 | 1101 | 11010101 | 111111 | 1000000 |
Color Harmonies of #679DDD
Complementary color
Monochromatic Colors of #679DDD
Black with #679DDD
Text Example
Text Example
White with #679DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679DDD; }
p { color: rgb(103,157,221); }
H1.HeaderClassName
{
color: #679DDD;
}
.AnyTagClassName
{
color: #679DDD;
}
</style>
background-color css
<style>
a { background-color: #679DDD; }
a { background-color: rgb(103,157,221); }
div.DivClassName
{
background-color: #679DDD;
}
.BgClassName
{
background-color: #679DDD;
}
</style>
border-color css
<style>
span { border-color: #679DDD; }
span { border-color: rgb(103,157,221); }
td.TdClassName
{
border-color: #679DDD;
}
.TagClassName
{
border-color: #679DDD;
}
</style>