Shades of Cornflower Blue #6DA0EE
Tints of Cornflower Blue #6DA0EE
RGB
CMYK
RGB Variations
Color information
#6DA0EE (or 0x6DA0EE) is known color: Cornflower Blue. HEX triplet: 6D, A0 and EE. RGB value is (109,160,238). Sum of RGB (Red+Green+Blue) = 109+160+238=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DA0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA0EE is #925F11. Grayscale: #999999. Windows color (decimal): -9592594 or 15638637. OLE color: 15638637.
HSL color Cylindrical-coordinate representation of color #6DA0EE: hue angle of 216.28º 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 #6DA0EE is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 160 | 238 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.07 |
| HSL | 216.28º | 0.79% | 0.68% | - |
| HSV(B) | 216.28º | 0.54% | 0.93% | - |
| XYZ | 34.31 | 34.57 | 85.75 | - |
| YUV | 153.64 | 175.6 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 238 | 0.54 | 0.33 | 0 | 0.07 | 216.28 | 0.79 | 0.68 |
| Hex | 6D | A0 | EE | 36 | 21 | 0 | 7 | D8 | 4F | 44 |
| Octal | 155 | 240 | 356 | 66 | 41 | 0 | 7 | 330 | 117 | 104 |
| Binary | 1101101 | 10100000 | 11101110 | 110110 | 100001 | 0 | 111 | 11011000 | 1001111 | 1000100 |
Color Harmonies of #6DA0EE
Complementary color
Monochromatic Colors of #6DA0EE
Black with #6DA0EE
Text Example
Text Example
White with #6DA0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA0EE; }
p { color: rgb(109,160,238); }
H1.HeaderClassName
{
color: #6DA0EE;
}
.AnyTagClassName
{
color: #6DA0EE;
}
</style>
background-color css
<style>
a { background-color: #6DA0EE; }
a { background-color: rgb(109,160,238); }
div.DivClassName
{
background-color: #6DA0EE;
}
.BgClassName
{
background-color: #6DA0EE;
}
</style>
border-color css
<style>
span { border-color: #6DA0EE; }
span { border-color: rgb(109,160,238); }
td.TdClassName
{
border-color: #6DA0EE;
}
.TagClassName
{
border-color: #6DA0EE;
}
</style>