Shades of Cornflower Blue #6DA3F7
Tints of Cornflower Blue #6DA3F7
RGB
CMYK
RGB Variations
Color information
#6DA3F7 (or 0x6DA3F7) is known color: Cornflower Blue. HEX triplet: 6D, A3 and F7. RGB value is (109,163,247). Sum of RGB (Red+Green+Blue) = 109+163+247=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #6DA3F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA3F7 is #925C08. Grayscale: #9C9C9C. Windows color (decimal): -9591817 or 16229229. OLE color: 16229229.
HSL color Cylindrical-coordinate representation of color #6DA3F7: hue angle of 216.52º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DA3F7 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 163 | 247 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.03 |
| HSL | 216.52º | 0.9% | 0.7% | - |
| HSV(B) | 216.52º | 0.56% | 0.97% | - |
| XYZ | 36.19 | 36.16 | 93.07 | - |
| YUV | 156.43 | 179.11 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 247 | 0.56 | 0.34 | 0 | 0.03 | 216.52 | 0.9 | 0.7 |
| Hex | 6D | A3 | F7 | 38 | 22 | 0 | 3 | D9 | 5A | 46 |
| Octal | 155 | 243 | 367 | 70 | 42 | 0 | 3 | 331 | 132 | 106 |
| Binary | 1101101 | 10100011 | 11110111 | 111000 | 100010 | 0 | 11 | 11011001 | 1011010 | 1000110 |
Color Harmonies of #6DA3F7
Complementary color
Monochromatic Colors of #6DA3F7
Black with #6DA3F7
Text Example
Text Example
White with #6DA3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA3F7; }
p { color: rgb(109,163,247); }
H1.HeaderClassName
{
color: #6DA3F7;
}
.AnyTagClassName
{
color: #6DA3F7;
}
</style>
background-color css
<style>
a { background-color: #6DA3F7; }
a { background-color: rgb(109,163,247); }
div.DivClassName
{
background-color: #6DA3F7;
}
.BgClassName
{
background-color: #6DA3F7;
}
</style>
border-color css
<style>
span { border-color: #6DA3F7; }
span { border-color: rgb(109,163,247); }
td.TdClassName
{
border-color: #6DA3F7;
}
.TagClassName
{
border-color: #6DA3F7;
}
</style>