Shades of Cornflower Blue #679BDC
Tints of Cornflower Blue #679BDC
RGB
CMYK
RGB Variations
Color information
#679BDC (or 0x679BDC) is known color: Cornflower Blue. HEX triplet: 67, 9B and DC. RGB value is (103,155,220). Sum of RGB (Red+Green+Blue) = 103+155+220=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #679BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679BDC is #986423. Grayscale: #929292. Windows color (decimal): -9987108 or 14457703. OLE color: 14457703.
HSL color Cylindrical-coordinate representation of color #679BDC: hue angle of 213.33º 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 #679BDC is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 155 | 220 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.14 |
| HSL | 213.33º | 0.63% | 0.63% | - |
| HSV(B) | 213.33º | 0.53% | 0.86% | - |
| XYZ | 30.23 | 31.49 | 72.2 | - |
| YUV | 146.86 | 169.27 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 220 | 0.53 | 0.30 | 0 | 0.14 | 213.33 | 0.63 | 0.63 |
| Hex | 67 | 9B | DC | 35 | 1E | 0 | E | D5 | 3F | 3F |
| Octal | 147 | 233 | 334 | 65 | 36 | 0 | 16 | 325 | 77 | 77 |
| Binary | 1100111 | 10011011 | 11011100 | 110101 | 11110 | 0 | 1110 | 11010101 | 111111 | 111111 |
Color Harmonies of #679BDC
Complementary color
Monochromatic Colors of #679BDC
Black with #679BDC
Text Example
Text Example
White with #679BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BDC; }
p { color: rgb(103,155,220); }
H1.HeaderClassName
{
color: #679BDC;
}
.AnyTagClassName
{
color: #679BDC;
}
</style>
background-color css
<style>
a { background-color: #679BDC; }
a { background-color: rgb(103,155,220); }
div.DivClassName
{
background-color: #679BDC;
}
.BgClassName
{
background-color: #679BDC;
}
</style>
border-color css
<style>
span { border-color: #679BDC; }
span { border-color: rgb(103,155,220); }
td.TdClassName
{
border-color: #679BDC;
}
.TagClassName
{
border-color: #679BDC;
}
</style>