Shades of Cornflower Blue #6F86FF
Tints of Cornflower Blue #6F86FF
RGB
CMYK
RGB Variations
Color information
#6F86FF (or 0x6F86FF) is known color: Cornflower Blue. HEX triplet: 6F, 86 and FF. RGB value is (111,134,255). Sum of RGB (Red+Green+Blue) = 111+134+255=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F86FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F86FF is #907900. Grayscale: #8C8C8C. Windows color (decimal): -9468161 or 16746095. OLE color: 16746095.
HSL color Cylindrical-coordinate representation of color #6F86FF: hue angle of 230.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F86FF is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 134 | 255 | - |
| CMYK | 0.56 | 0.47 | 0 | 0 |
| HSL | 230.42º | 1% | 0.72% | - |
| HSV(B) | 230.42º | 0.56% | 1% | - |
| XYZ | 33.13 | 27.65 | 98.2 | - |
| YUV | 140.92 | 192.38 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 255 | 0.56 | 0.47 | 0 | 0 | 230.42 | 1 | 0.72 |
| Hex | 6F | 86 | FF | 38 | 2F | 0 | 0 | E6 | 64 | 48 |
| Octal | 157 | 206 | 377 | 70 | 57 | 0 | 0 | 346 | 144 | 110 |
| Binary | 1101111 | 10000110 | 11111111 | 111000 | 101111 | 0 | 0 | 11100110 | 1100100 | 1001000 |
Color Harmonies of #6F86FF
Complementary color
Monochromatic Colors of #6F86FF
Black with #6F86FF
Text Example
Text Example
White with #6F86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F86FF; }
p { color: rgb(111,134,255); }
H1.HeaderClassName
{
color: #6F86FF;
}
.AnyTagClassName
{
color: #6F86FF;
}
</style>
background-color css
<style>
a { background-color: #6F86FF; }
a { background-color: rgb(111,134,255); }
div.DivClassName
{
background-color: #6F86FF;
}
.BgClassName
{
background-color: #6F86FF;
}
</style>
border-color css
<style>
span { border-color: #6F86FF; }
span { border-color: rgb(111,134,255); }
td.TdClassName
{
border-color: #6F86FF;
}
.TagClassName
{
border-color: #6F86FF;
}
</style>