Shades of Cornflower Blue #6986EE
Tints of Cornflower Blue #6986EE
RGB
CMYK
RGB Variations
Color information
#6986EE (or 0x6986EE) is known color: Cornflower Blue. HEX triplet: 69, 86 and EE. RGB value is (105,134,238). Sum of RGB (Red+Green+Blue) = 105+134+238=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #6986EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6986EE is #967911. Grayscale: #888888. Windows color (decimal): -9861394 or 15631977. OLE color: 15631977.
HSL color Cylindrical-coordinate representation of color #6986EE: hue angle of 226.92º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6986EE is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 134 | 238 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.07 |
| HSL | 226.92º | 0.8% | 0.67% | - |
| HSV(B) | 226.92º | 0.56% | 0.93% | - |
| XYZ | 29.78 | 26.23 | 84.38 | - |
| YUV | 137.19 | 184.89 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 238 | 0.56 | 0.44 | 0 | 0.07 | 226.92 | 0.8 | 0.67 |
| Hex | 69 | 86 | EE | 38 | 2C | 0 | 7 | E3 | 50 | 43 |
| Octal | 151 | 206 | 356 | 70 | 54 | 0 | 7 | 343 | 120 | 103 |
| Binary | 1101001 | 10000110 | 11101110 | 111000 | 101100 | 0 | 111 | 11100011 | 1010000 | 1000011 |
Color Harmonies of #6986EE
Complementary color
Monochromatic Colors of #6986EE
Black with #6986EE
Text Example
Text Example
White with #6986EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6986EE; }
p { color: rgb(105,134,238); }
H1.HeaderClassName
{
color: #6986EE;
}
.AnyTagClassName
{
color: #6986EE;
}
</style>
background-color css
<style>
a { background-color: #6986EE; }
a { background-color: rgb(105,134,238); }
div.DivClassName
{
background-color: #6986EE;
}
.BgClassName
{
background-color: #6986EE;
}
</style>
border-color css
<style>
span { border-color: #6986EE; }
span { border-color: rgb(105,134,238); }
td.TdClassName
{
border-color: #6986EE;
}
.TagClassName
{
border-color: #6986EE;
}
</style>