Shades of Cornflower Blue #6D86EB
Tints of Cornflower Blue #6D86EB
RGB
CMYK
RGB Variations
Color information
#6D86EB (or 0x6D86EB) is known color: Cornflower Blue. HEX triplet: 6D, 86 and EB. RGB value is (109,134,235). Sum of RGB (Red+Green+Blue) = 109+134+235=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D86EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D86EB is #927914. Grayscale: #898989. Windows color (decimal): -9599253 or 15435373. OLE color: 15435373.
HSL color Cylindrical-coordinate representation of color #6D86EB: hue angle of 228.1º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D86EB is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 134 | 235 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.08 |
| HSL | 228.1º | 0.76% | 0.67% | - |
| HSV(B) | 228.1º | 0.54% | 0.92% | - |
| XYZ | 29.83 | 26.3 | 82.1 | - |
| YUV | 138.04 | 182.72 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 134 | 235 | 0.54 | 0.43 | 0 | 0.08 | 228.1 | 0.76 | 0.67 |
| Hex | 6D | 86 | EB | 36 | 2B | 0 | 8 | E4 | 4C | 43 |
| Octal | 155 | 206 | 353 | 66 | 53 | 0 | 10 | 344 | 114 | 103 |
| Binary | 1101101 | 10000110 | 11101011 | 110110 | 101011 | 0 | 1000 | 11100100 | 1001100 | 1000011 |
Color Harmonies of #6D86EB
Complementary color
Monochromatic Colors of #6D86EB
Black with #6D86EB
Text Example
Text Example
White with #6D86EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D86EB; }
p { color: rgb(109,134,235); }
H1.HeaderClassName
{
color: #6D86EB;
}
.AnyTagClassName
{
color: #6D86EB;
}
</style>
background-color css
<style>
a { background-color: #6D86EB; }
a { background-color: rgb(109,134,235); }
div.DivClassName
{
background-color: #6D86EB;
}
.BgClassName
{
background-color: #6D86EB;
}
</style>
border-color css
<style>
span { border-color: #6D86EB; }
span { border-color: rgb(109,134,235); }
td.TdClassName
{
border-color: #6D86EB;
}
.TagClassName
{
border-color: #6D86EB;
}
</style>