Shades of Cornflower Blue #6F86EF
Tints of Cornflower Blue #6F86EF
RGB
CMYK
RGB Variations
Color information
#6F86EF (or 0x6F86EF) is known color: Cornflower Blue. HEX triplet: 6F, 86 and EF. RGB value is (111,134,239). Sum of RGB (Red+Green+Blue) = 111+134+239=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F86EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F86EF is #907910. Grayscale: #8A8A8A. Windows color (decimal): -9468177 or 15697519. OLE color: 15697519.
HSL color Cylindrical-coordinate representation of color #6F86EF: hue angle of 229.22º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F86EF is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 134 | 239 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.06 |
| HSL | 229.22º | 0.8% | 0.69% | - |
| HSV(B) | 229.22º | 0.54% | 0.94% | - |
| XYZ | 30.66 | 26.66 | 85.19 | - |
| YUV | 139.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 239 | 0.54 | 0.44 | 0 | 0.06 | 229.22 | 0.8 | 0.69 |
| Hex | 6F | 86 | EF | 36 | 2C | 0 | 6 | E5 | 50 | 45 |
| Octal | 157 | 206 | 357 | 66 | 54 | 0 | 6 | 345 | 120 | 105 |
| Binary | 1101111 | 10000110 | 11101111 | 110110 | 101100 | 0 | 110 | 11100101 | 1010000 | 1000101 |
Color Harmonies of #6F86EF
Complementary color
Monochromatic Colors of #6F86EF
Black with #6F86EF
Text Example
Text Example
White with #6F86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F86EF; }
p { color: rgb(111,134,239); }
H1.HeaderClassName
{
color: #6F86EF;
}
.AnyTagClassName
{
color: #6F86EF;
}
</style>
background-color css
<style>
a { background-color: #6F86EF; }
a { background-color: rgb(111,134,239); }
div.DivClassName
{
background-color: #6F86EF;
}
.BgClassName
{
background-color: #6F86EF;
}
</style>
border-color css
<style>
span { border-color: #6F86EF; }
span { border-color: rgb(111,134,239); }
td.TdClassName
{
border-color: #6F86EF;
}
.TagClassName
{
border-color: #6F86EF;
}
</style>