Shades of Cornflower Blue #6DA4EC
Tints of Cornflower Blue #6DA4EC
RGB
CMYK
RGB Variations
Color information
#6DA4EC (or 0x6DA4EC) is known color: Cornflower Blue. HEX triplet: 6D, A4 and EC. RGB value is (109,164,236). Sum of RGB (Red+Green+Blue) = 109+164+236=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DA4EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA4EC is #925B13. Grayscale: #9B9B9B. Windows color (decimal): -9591572 or 15508589. OLE color: 15508589.
HSL color Cylindrical-coordinate representation of color #6DA4EC: hue angle of 214.02º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DA4EC is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 164 | 236 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.07 |
| HSL | 214.02º | 0.77% | 0.68% | - |
| HSV(B) | 214.02º | 0.54% | 0.93% | - |
| XYZ | 34.72 | 35.86 | 84.45 | - |
| YUV | 155.76 | 173.28 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 236 | 0.54 | 0.31 | 0 | 0.07 | 214.02 | 0.77 | 0.68 |
| Hex | 6D | A4 | EC | 36 | 1F | 0 | 7 | D6 | 4D | 44 |
| Octal | 155 | 244 | 354 | 66 | 37 | 0 | 7 | 326 | 115 | 104 |
| Binary | 1101101 | 10100100 | 11101100 | 110110 | 11111 | 0 | 111 | 11010110 | 1001101 | 1000100 |
Color Harmonies of #6DA4EC
Complementary color
Monochromatic Colors of #6DA4EC
Black with #6DA4EC
Text Example
Text Example
White with #6DA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA4EC; }
p { color: rgb(109,164,236); }
H1.HeaderClassName
{
color: #6DA4EC;
}
.AnyTagClassName
{
color: #6DA4EC;
}
</style>
background-color css
<style>
a { background-color: #6DA4EC; }
a { background-color: rgb(109,164,236); }
div.DivClassName
{
background-color: #6DA4EC;
}
.BgClassName
{
background-color: #6DA4EC;
}
</style>
border-color css
<style>
span { border-color: #6DA4EC; }
span { border-color: rgb(109,164,236); }
td.TdClassName
{
border-color: #6DA4EC;
}
.TagClassName
{
border-color: #6DA4EC;
}
</style>