Shades of Cornflower Blue #6D85ED
Tints of Cornflower Blue #6D85ED
RGB
CMYK
RGB Variations
Color information
#6D85ED (or 0x6D85ED) is known color: Cornflower Blue. HEX triplet: 6D, 85 and ED. RGB value is (109,133,237). Sum of RGB (Red+Green+Blue) = 109+133+237=479 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.76% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D85ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D85ED is #927A12. Grayscale: #898989. Windows color (decimal): -9599507 or 15566189. OLE color: 15566189.
HSL color Cylindrical-coordinate representation of color #6D85ED: hue angle of 228.75º 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 #6D85ED is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 133 | 237 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.07 |
| HSL | 228.75º | 0.78% | 0.68% | - |
| HSV(B) | 228.75º | 0.54% | 0.93% | - |
| XYZ | 29.98 | 26.14 | 83.59 | - |
| YUV | 137.68 | 184.05 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 237 | 0.54 | 0.44 | 0 | 0.07 | 228.75 | 0.78 | 0.68 |
| Hex | 6D | 85 | ED | 36 | 2C | 0 | 7 | E5 | 4E | 44 |
| Octal | 155 | 205 | 355 | 66 | 54 | 0 | 7 | 345 | 116 | 104 |
| Binary | 1101101 | 10000101 | 11101101 | 110110 | 101100 | 0 | 111 | 11100101 | 1001110 | 1000100 |
Color Harmonies of #6D85ED
Complementary color
Monochromatic Colors of #6D85ED
Black with #6D85ED
Text Example
Text Example
White with #6D85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D85ED; }
p { color: rgb(109,133,237); }
H1.HeaderClassName
{
color: #6D85ED;
}
.AnyTagClassName
{
color: #6D85ED;
}
</style>
background-color css
<style>
a { background-color: #6D85ED; }
a { background-color: rgb(109,133,237); }
div.DivClassName
{
background-color: #6D85ED;
}
.BgClassName
{
background-color: #6D85ED;
}
</style>
border-color css
<style>
span { border-color: #6D85ED; }
span { border-color: rgb(109,133,237); }
td.TdClassName
{
border-color: #6D85ED;
}
.TagClassName
{
border-color: #6D85ED;
}
</style>