Shades of Cornflower Blue #679CDC
Tints of Cornflower Blue #679CDC
RGB
CMYK
RGB Variations
Color information
#679CDC (or 0x679CDC) is known color: Cornflower Blue. HEX triplet: 67, 9C and DC. RGB value is (103,156,220). Sum of RGB (Red+Green+Blue) = 103+156+220=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #679CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679CDC is #986323. Grayscale: #939393. Windows color (decimal): -9986852 or 14457959. OLE color: 14457959.
HSL color Cylindrical-coordinate representation of color #679CDC: hue angle of 212.82º degrees, saturation: 0.63, 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 #679CDC is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 156 | 220 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.14 |
| HSL | 212.82º | 0.63% | 0.63% | - |
| HSV(B) | 212.82º | 0.53% | 0.86% | - |
| XYZ | 30.4 | 31.83 | 72.25 | - |
| YUV | 147.45 | 168.94 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 220 | 0.53 | 0.29 | 0 | 0.14 | 212.82 | 0.63 | 0.63 |
| Hex | 67 | 9C | DC | 35 | 1D | 0 | E | D5 | 3F | 3F |
| Octal | 147 | 234 | 334 | 65 | 35 | 0 | 16 | 325 | 77 | 77 |
| Binary | 1100111 | 10011100 | 11011100 | 110101 | 11101 | 0 | 1110 | 11010101 | 111111 | 111111 |
Color Harmonies of #679CDC
Complementary color
Monochromatic Colors of #679CDC
Black with #679CDC
Text Example
Text Example
White with #679CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679CDC; }
p { color: rgb(103,156,220); }
H1.HeaderClassName
{
color: #679CDC;
}
.AnyTagClassName
{
color: #679CDC;
}
</style>
background-color css
<style>
a { background-color: #679CDC; }
a { background-color: rgb(103,156,220); }
div.DivClassName
{
background-color: #679CDC;
}
.BgClassName
{
background-color: #679CDC;
}
</style>
border-color css
<style>
span { border-color: #679CDC; }
span { border-color: rgb(103,156,220); }
td.TdClassName
{
border-color: #679CDC;
}
.TagClassName
{
border-color: #679CDC;
}
</style>