Shades of Cornflower Blue #6DA3EE
Tints of Cornflower Blue #6DA3EE
RGB
CMYK
RGB Variations
Color information
#6DA3EE (or 0x6DA3EE) is known color: Cornflower Blue. HEX triplet: 6D, A3 and EE. RGB value is (109,163,238). Sum of RGB (Red+Green+Blue) = 109+163+238=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DA3EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA3EE is #925C11. Grayscale: #9B9B9B. Windows color (decimal): -9591826 or 15639405. OLE color: 15639405.
HSL color Cylindrical-coordinate representation of color #6DA3EE: hue angle of 214.88º degrees, saturation: 0.79, 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 #6DA3EE is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 163 | 238 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.07 |
| HSL | 214.88º | 0.79% | 0.68% | - |
| HSV(B) | 214.88º | 0.54% | 0.93% | - |
| XYZ | 34.84 | 35.62 | 85.93 | - |
| YUV | 155.4 | 174.61 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 238 | 0.54 | 0.32 | 0 | 0.07 | 214.88 | 0.79 | 0.68 |
| Hex | 6D | A3 | EE | 36 | 20 | 0 | 7 | D7 | 4F | 44 |
| Octal | 155 | 243 | 356 | 66 | 40 | 0 | 7 | 327 | 117 | 104 |
| Binary | 1101101 | 10100011 | 11101110 | 110110 | 100000 | 0 | 111 | 11010111 | 1001111 | 1000100 |
Color Harmonies of #6DA3EE
Complementary color
Monochromatic Colors of #6DA3EE
Black with #6DA3EE
Text Example
Text Example
White with #6DA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA3EE; }
p { color: rgb(109,163,238); }
H1.HeaderClassName
{
color: #6DA3EE;
}
.AnyTagClassName
{
color: #6DA3EE;
}
</style>
background-color css
<style>
a { background-color: #6DA3EE; }
a { background-color: rgb(109,163,238); }
div.DivClassName
{
background-color: #6DA3EE;
}
.BgClassName
{
background-color: #6DA3EE;
}
</style>
border-color css
<style>
span { border-color: #6DA3EE; }
span { border-color: rgb(109,163,238); }
td.TdClassName
{
border-color: #6DA3EE;
}
.TagClassName
{
border-color: #6DA3EE;
}
</style>