Shades of Cornflower Blue #6D7FED
Tints of Cornflower Blue #6D7FED
RGB
CMYK
RGB Variations
Color information
#6D7FED (or 0x6D7FED) is known color: Cornflower Blue. HEX triplet: 6D, 7F and ED. RGB value is (109,127,237). Sum of RGB (Red+Green+Blue) = 109+127+237=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D7FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7FED is #928012. Grayscale: #858585. Windows color (decimal): -9601043 or 15564653. OLE color: 15564653.
HSL color Cylindrical-coordinate representation of color #6D7FED: hue angle of 231.56º degrees, saturation: 0.78, 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 #6D7FED is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 127 | 237 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.07 |
| HSL | 231.56º | 0.78% | 0.68% | - |
| HSV(B) | 231.56º | 0.54% | 0.93% | - |
| XYZ | 29.18 | 24.54 | 83.32 | - |
| YUV | 134.16 | 186.04 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 127 | 237 | 0.54 | 0.46 | 0 | 0.07 | 231.56 | 0.78 | 0.68 |
| Hex | 6D | 7F | ED | 36 | 2E | 0 | 7 | E8 | 4E | 44 |
| Octal | 155 | 177 | 355 | 66 | 56 | 0 | 7 | 350 | 116 | 104 |
| Binary | 1101101 | 1111111 | 11101101 | 110110 | 101110 | 0 | 111 | 11101000 | 1001110 | 1000100 |
Color Harmonies of #6D7FED
Complementary color
Monochromatic Colors of #6D7FED
Black with #6D7FED
Text Example
Text Example
White with #6D7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7FED; }
p { color: rgb(109,127,237); }
H1.HeaderClassName
{
color: #6D7FED;
}
.AnyTagClassName
{
color: #6D7FED;
}
</style>
background-color css
<style>
a { background-color: #6D7FED; }
a { background-color: rgb(109,127,237); }
div.DivClassName
{
background-color: #6D7FED;
}
.BgClassName
{
background-color: #6D7FED;
}
</style>
border-color css
<style>
span { border-color: #6D7FED; }
span { border-color: rgb(109,127,237); }
td.TdClassName
{
border-color: #6D7FED;
}
.TagClassName
{
border-color: #6D7FED;
}
</style>