Shades of Cornflower Blue #6986F5
Tints of Cornflower Blue #6986F5
RGB
CMYK
RGB Variations
Color information
#6986F5 (or 0x6986F5) is known color: Cornflower Blue. HEX triplet: 69, 86 and F5. RGB value is (105,134,245). Sum of RGB (Red+Green+Blue) = 105+134+245=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #6986F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6986F5 is #96790A. Grayscale: #898989. Windows color (decimal): -9861387 or 16090729. OLE color: 16090729.
HSL color Cylindrical-coordinate representation of color #6986F5: hue angle of 227.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6986F5 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 134 | 245 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.04 |
| HSL | 227.57º | 0.88% | 0.69% | - |
| HSV(B) | 227.57º | 0.57% | 0.96% | - |
| XYZ | 30.83 | 26.65 | 89.9 | - |
| YUV | 137.98 | 188.39 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 245 | 0.57 | 0.45 | 0 | 0.04 | 227.57 | 0.88 | 0.69 |
| Hex | 69 | 86 | F5 | 39 | 2D | 0 | 4 | E4 | 58 | 45 |
| Octal | 151 | 206 | 365 | 71 | 55 | 0 | 4 | 344 | 130 | 105 |
| Binary | 1101001 | 10000110 | 11110101 | 111001 | 101101 | 0 | 100 | 11100100 | 1011000 | 1000101 |
Color Harmonies of #6986F5
Complementary color
Monochromatic Colors of #6986F5
Black with #6986F5
Text Example
Text Example
White with #6986F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6986F5; }
p { color: rgb(105,134,245); }
H1.HeaderClassName
{
color: #6986F5;
}
.AnyTagClassName
{
color: #6986F5;
}
</style>
background-color css
<style>
a { background-color: #6986F5; }
a { background-color: rgb(105,134,245); }
div.DivClassName
{
background-color: #6986F5;
}
.BgClassName
{
background-color: #6986F5;
}
</style>
border-color css
<style>
span { border-color: #6986F5; }
span { border-color: rgb(105,134,245); }
td.TdClassName
{
border-color: #6986F5;
}
.TagClassName
{
border-color: #6986F5;
}
</style>