Shades of Cornflower Blue #6986EC
Tints of Cornflower Blue #6986EC
RGB
CMYK
RGB Variations
Color information
#6986EC (or 0x6986EC) is known color: Cornflower Blue. HEX triplet: 69, 86 and EC. RGB value is (105,134,236). Sum of RGB (Red+Green+Blue) = 105+134+236=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #6986EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6986EC is #967913. Grayscale: #888888. Windows color (decimal): -9861396 or 15500905. OLE color: 15500905.
HSL color Cylindrical-coordinate representation of color #6986EC: hue angle of 226.72º degrees, saturation: 0.78, 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 #6986EC is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 134 | 236 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.07 |
| HSL | 226.72º | 0.78% | 0.67% | - |
| HSV(B) | 226.72º | 0.56% | 0.93% | - |
| XYZ | 29.49 | 26.11 | 82.84 | - |
| YUV | 136.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 236 | 0.56 | 0.43 | 0 | 0.07 | 226.72 | 0.78 | 0.67 |
| Hex | 69 | 86 | EC | 38 | 2B | 0 | 7 | E3 | 4E | 43 |
| Octal | 151 | 206 | 354 | 70 | 53 | 0 | 7 | 343 | 116 | 103 |
| Binary | 1101001 | 10000110 | 11101100 | 111000 | 101011 | 0 | 111 | 11100011 | 1001110 | 1000011 |
Color Harmonies of #6986EC
Complementary color
Monochromatic Colors of #6986EC
Black with #6986EC
Text Example
Text Example
White with #6986EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6986EC; }
p { color: rgb(105,134,236); }
H1.HeaderClassName
{
color: #6986EC;
}
.AnyTagClassName
{
color: #6986EC;
}
</style>
background-color css
<style>
a { background-color: #6986EC; }
a { background-color: rgb(105,134,236); }
div.DivClassName
{
background-color: #6986EC;
}
.BgClassName
{
background-color: #6986EC;
}
</style>
border-color css
<style>
span { border-color: #6986EC; }
span { border-color: rgb(105,134,236); }
td.TdClassName
{
border-color: #6986EC;
}
.TagClassName
{
border-color: #6986EC;
}
</style>