Shades of Cornflower Blue #6F86FE
Tints of Cornflower Blue #6F86FE
RGB
CMYK
RGB Variations
Color information
#6F86FE (or 0x6F86FE) is known color: Cornflower Blue. HEX triplet: 6F, 86 and FE. RGB value is (111,134,254). Sum of RGB (Red+Green+Blue) = 111+134+254=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F86FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F86FE is #907901. Grayscale: #8C8C8C. Windows color (decimal): -9468162 or 16680559. OLE color: 16680559.
HSL color Cylindrical-coordinate representation of color #6F86FE: hue angle of 230.35º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F86FE is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 134 | 254 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.00 |
| HSL | 230.35º | 0.99% | 0.72% | - |
| HSV(B) | 230.35º | 0.56% | 1% | - |
| XYZ | 32.97 | 27.59 | 97.35 | - |
| YUV | 140.8 | 191.88 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 254 | 0.56 | 0.47 | 0 | 0.00 | 230.35 | 0.99 | 0.72 |
| Hex | 6F | 86 | FE | 38 | 2F | 0 | 0 | E6 | 63 | 48 |
| Octal | 157 | 206 | 376 | 70 | 57 | 0 | 0 | 346 | 143 | 110 |
| Binary | 1101111 | 10000110 | 11111110 | 111000 | 101111 | 0 | 0 | 11100110 | 1100011 | 1001000 |
Color Harmonies of #6F86FE
Complementary color
Monochromatic Colors of #6F86FE
Black with #6F86FE
Text Example
Text Example
White with #6F86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F86FE; }
p { color: rgb(111,134,254); }
H1.HeaderClassName
{
color: #6F86FE;
}
.AnyTagClassName
{
color: #6F86FE;
}
</style>
background-color css
<style>
a { background-color: #6F86FE; }
a { background-color: rgb(111,134,254); }
div.DivClassName
{
background-color: #6F86FE;
}
.BgClassName
{
background-color: #6F86FE;
}
</style>
border-color css
<style>
span { border-color: #6F86FE; }
span { border-color: rgb(111,134,254); }
td.TdClassName
{
border-color: #6F86FE;
}
.TagClassName
{
border-color: #6F86FE;
}
</style>