Shades of Cornflower Blue #6F86FA
Tints of Cornflower Blue #6F86FA
RGB
CMYK
RGB Variations
Color information
#6F86FA (or 0x6F86FA) is known color: Cornflower Blue. HEX triplet: 6F, 86 and FA. RGB value is (111,134,250). Sum of RGB (Red+Green+Blue) = 111+134+250=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F86FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F86FA is #907905. Grayscale: #8B8B8B. Windows color (decimal): -9468166 or 16418415. OLE color: 16418415.
HSL color Cylindrical-coordinate representation of color #6F86FA: hue angle of 230.07º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F86FA is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 134 | 250 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.02 |
| HSL | 230.07º | 0.93% | 0.71% | - |
| HSV(B) | 230.07º | 0.56% | 0.98% | - |
| XYZ | 32.34 | 27.33 | 94.01 | - |
| YUV | 140.35 | 189.88 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 250 | 0.56 | 0.46 | 0 | 0.02 | 230.07 | 0.93 | 0.71 |
| Hex | 6F | 86 | FA | 38 | 2E | 0 | 2 | E6 | 5D | 47 |
| Octal | 157 | 206 | 372 | 70 | 56 | 0 | 2 | 346 | 135 | 107 |
| Binary | 1101111 | 10000110 | 11111010 | 111000 | 101110 | 0 | 10 | 11100110 | 1011101 | 1000111 |
Color Harmonies of #6F86FA
Complementary color
Monochromatic Colors of #6F86FA
Black with #6F86FA
Text Example
Text Example
White with #6F86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F86FA; }
p { color: rgb(111,134,250); }
H1.HeaderClassName
{
color: #6F86FA;
}
.AnyTagClassName
{
color: #6F86FA;
}
</style>
background-color css
<style>
a { background-color: #6F86FA; }
a { background-color: rgb(111,134,250); }
div.DivClassName
{
background-color: #6F86FA;
}
.BgClassName
{
background-color: #6F86FA;
}
</style>
border-color css
<style>
span { border-color: #6F86FA; }
span { border-color: rgb(111,134,250); }
td.TdClassName
{
border-color: #6F86FA;
}
.TagClassName
{
border-color: #6F86FA;
}
</style>