Shades of Cornflower Blue #6986EF
Tints of Cornflower Blue #6986EF
RGB
CMYK
RGB Variations
Color information
#6986EF (or 0x6986EF) is known color: Cornflower Blue. HEX triplet: 69, 86 and EF. RGB value is (105,134,239). Sum of RGB (Red+Green+Blue) = 105+134+239=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #6986EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6986EF is #967910. Grayscale: #888888. Windows color (decimal): -9861393 or 15697513. OLE color: 15697513.
HSL color Cylindrical-coordinate representation of color #6986EF: hue angle of 227.01º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6986EF is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 134 | 239 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.06 |
| HSL | 227.01º | 0.81% | 0.67% | - |
| HSV(B) | 227.01º | 0.56% | 0.94% | - |
| XYZ | 29.93 | 26.29 | 85.16 | - |
| YUV | 137.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 239 | 0.56 | 0.44 | 0 | 0.06 | 227.01 | 0.81 | 0.67 |
| Hex | 69 | 86 | EF | 38 | 2C | 0 | 6 | E3 | 51 | 43 |
| Octal | 151 | 206 | 357 | 70 | 54 | 0 | 6 | 343 | 121 | 103 |
| Binary | 1101001 | 10000110 | 11101111 | 111000 | 101100 | 0 | 110 | 11100011 | 1010001 | 1000011 |
Color Harmonies of #6986EF
Complementary color
Monochromatic Colors of #6986EF
Black with #6986EF
Text Example
Text Example
White with #6986EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6986EF; }
p { color: rgb(105,134,239); }
H1.HeaderClassName
{
color: #6986EF;
}
.AnyTagClassName
{
color: #6986EF;
}
</style>
background-color css
<style>
a { background-color: #6986EF; }
a { background-color: rgb(105,134,239); }
div.DivClassName
{
background-color: #6986EF;
}
.BgClassName
{
background-color: #6986EF;
}
</style>
border-color css
<style>
span { border-color: #6986EF; }
span { border-color: rgb(105,134,239); }
td.TdClassName
{
border-color: #6986EF;
}
.TagClassName
{
border-color: #6986EF;
}
</style>