Shades of Cornflower Blue #6D7ED8
Tints of Cornflower Blue #6D7ED8
RGB
CMYK
RGB Variations
Color information
#6D7ED8 (or 0x6D7ED8) is known color: Cornflower Blue. HEX triplet: 6D, 7E and D8. RGB value is (109,126,216). Sum of RGB (Red+Green+Blue) = 109+126+216=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #6D7ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7ED8 is #928127. Grayscale: #828282. Windows color (decimal): -9601320 or 14188141. OLE color: 14188141.
HSL color Cylindrical-coordinate representation of color #6D7ED8: hue angle of 230.47º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D7ED8 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 126 | 216 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.15 |
| HSL | 230.47º | 0.58% | 0.64% | - |
| HSV(B) | 230.47º | 0.5% | 0.85% | - |
| XYZ | 26.16 | 23.13 | 68.05 | - |
| YUV | 131.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 216 | 0.50 | 0.42 | 0 | 0.15 | 230.47 | 0.58 | 0.64 |
| Hex | 6D | 7E | D8 | 32 | 2A | 0 | F | E6 | 3A | 40 |
| Octal | 155 | 176 | 330 | 62 | 52 | 0 | 17 | 346 | 72 | 100 |
| Binary | 1101101 | 1111110 | 11011000 | 110010 | 101010 | 0 | 1111 | 11100110 | 111010 | 1000000 |
Color Harmonies of #6D7ED8
Complementary color
Monochromatic Colors of #6D7ED8
Black with #6D7ED8
Text Example
Text Example
White with #6D7ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7ED8; }
p { color: rgb(109,126,216); }
H1.HeaderClassName
{
color: #6D7ED8;
}
.AnyTagClassName
{
color: #6D7ED8;
}
</style>
background-color css
<style>
a { background-color: #6D7ED8; }
a { background-color: rgb(109,126,216); }
div.DivClassName
{
background-color: #6D7ED8;
}
.BgClassName
{
background-color: #6D7ED8;
}
</style>
border-color css
<style>
span { border-color: #6D7ED8; }
span { border-color: rgb(109,126,216); }
td.TdClassName
{
border-color: #6D7ED8;
}
.TagClassName
{
border-color: #6D7ED8;
}
</style>