Shades of Cornflower Blue #6986F0
Tints of Cornflower Blue #6986F0
RGB
CMYK
RGB Variations
Color information
#6986F0 (or 0x6986F0) is known color: Cornflower Blue. HEX triplet: 69, 86 and F0. RGB value is (105,134,240). Sum of RGB (Red+Green+Blue) = 105+134+240=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #6986F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6986F0 is #96790F. Grayscale: #888888. Windows color (decimal): -9861392 or 15763049. OLE color: 15763049.
HSL color Cylindrical-coordinate representation of color #6986F0: hue angle of 227.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6986F0 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 134 | 240 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.06 |
| HSL | 227.11º | 0.82% | 0.68% | - |
| HSV(B) | 227.11º | 0.56% | 0.94% | - |
| XYZ | 30.08 | 26.34 | 85.94 | - |
| YUV | 137.41 | 185.89 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 240 | 0.56 | 0.44 | 0 | 0.06 | 227.11 | 0.82 | 0.68 |
| Hex | 69 | 86 | F0 | 38 | 2C | 0 | 6 | E3 | 52 | 44 |
| Octal | 151 | 206 | 360 | 70 | 54 | 0 | 6 | 343 | 122 | 104 |
| Binary | 1101001 | 10000110 | 11110000 | 111000 | 101100 | 0 | 110 | 11100011 | 1010010 | 1000100 |
Color Harmonies of #6986F0
Complementary color
Monochromatic Colors of #6986F0
Black with #6986F0
Text Example
Text Example
White with #6986F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6986F0; }
p { color: rgb(105,134,240); }
H1.HeaderClassName
{
color: #6986F0;
}
.AnyTagClassName
{
color: #6986F0;
}
</style>
background-color css
<style>
a { background-color: #6986F0; }
a { background-color: rgb(105,134,240); }
div.DivClassName
{
background-color: #6986F0;
}
.BgClassName
{
background-color: #6986F0;
}
</style>
border-color css
<style>
span { border-color: #6986F0; }
span { border-color: rgb(105,134,240); }
td.TdClassName
{
border-color: #6986F0;
}
.TagClassName
{
border-color: #6986F0;
}
</style>