Shades of Cornflower Blue #6F85FA
Tints of Cornflower Blue #6F85FA
RGB
CMYK
RGB Variations
Color information
#6F85FA (or 0x6F85FA) is known color: Cornflower Blue. HEX triplet: 6F, 85 and FA. RGB value is (111,133,250). Sum of RGB (Red+Green+Blue) = 111+133+250=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F85FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F85FA is #907A05. Grayscale: #8B8B8B. Windows color (decimal): -9468422 or 16418159. OLE color: 16418159.
HSL color Cylindrical-coordinate representation of color #6F85FA: hue angle of 230.5º 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 #6F85FA is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 133 | 250 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.02 |
| HSL | 230.5º | 0.93% | 0.71% | - |
| HSV(B) | 230.5º | 0.56% | 0.98% | - |
| XYZ | 32.2 | 27.06 | 93.97 | - |
| YUV | 139.76 | 190.21 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 250 | 0.56 | 0.47 | 0 | 0.02 | 230.5 | 0.93 | 0.71 |
| Hex | 6F | 85 | FA | 38 | 2F | 0 | 2 | E7 | 5D | 47 |
| Octal | 157 | 205 | 372 | 70 | 57 | 0 | 2 | 347 | 135 | 107 |
| Binary | 1101111 | 10000101 | 11111010 | 111000 | 101111 | 0 | 10 | 11100111 | 1011101 | 1000111 |
Color Harmonies of #6F85FA
Complementary color
Monochromatic Colors of #6F85FA
Black with #6F85FA
Text Example
Text Example
White with #6F85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F85FA; }
p { color: rgb(111,133,250); }
H1.HeaderClassName
{
color: #6F85FA;
}
.AnyTagClassName
{
color: #6F85FA;
}
</style>
background-color css
<style>
a { background-color: #6F85FA; }
a { background-color: rgb(111,133,250); }
div.DivClassName
{
background-color: #6F85FA;
}
.BgClassName
{
background-color: #6F85FA;
}
</style>
border-color css
<style>
span { border-color: #6F85FA; }
span { border-color: rgb(111,133,250); }
td.TdClassName
{
border-color: #6F85FA;
}
.TagClassName
{
border-color: #6F85FA;
}
</style>