Shades of Cornflower Blue #6F85F9
Tints of Cornflower Blue #6F85F9
RGB
CMYK
RGB Variations
Color information
#6F85F9 (or 0x6F85F9) is known color: Cornflower Blue. HEX triplet: 6F, 85 and F9. RGB value is (111,133,249). Sum of RGB (Red+Green+Blue) = 111+133+249=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F85F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F85F9 is #907A06. Grayscale: #8B8B8B. Windows color (decimal): -9468423 or 16352623. OLE color: 16352623.
HSL color Cylindrical-coordinate representation of color #6F85F9: hue angle of 230.43º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F85F9 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 133 | 249 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.02 |
| HSL | 230.43º | 0.92% | 0.71% | - |
| HSV(B) | 230.43º | 0.55% | 0.98% | - |
| XYZ | 32.04 | 26.99 | 93.14 | - |
| YUV | 139.65 | 189.71 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 249 | 0.55 | 0.47 | 0 | 0.02 | 230.43 | 0.92 | 0.71 |
| Hex | 6F | 85 | F9 | 37 | 2F | 0 | 2 | E6 | 5C | 47 |
| Octal | 157 | 205 | 371 | 67 | 57 | 0 | 2 | 346 | 134 | 107 |
| Binary | 1101111 | 10000101 | 11111001 | 110111 | 101111 | 0 | 10 | 11100110 | 1011100 | 1000111 |
Color Harmonies of #6F85F9
Complementary color
Monochromatic Colors of #6F85F9
Black with #6F85F9
Text Example
Text Example
White with #6F85F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F85F9; }
p { color: rgb(111,133,249); }
H1.HeaderClassName
{
color: #6F85F9;
}
.AnyTagClassName
{
color: #6F85F9;
}
</style>
background-color css
<style>
a { background-color: #6F85F9; }
a { background-color: rgb(111,133,249); }
div.DivClassName
{
background-color: #6F85F9;
}
.BgClassName
{
background-color: #6F85F9;
}
</style>
border-color css
<style>
span { border-color: #6F85F9; }
span { border-color: rgb(111,133,249); }
td.TdClassName
{
border-color: #6F85F9;
}
.TagClassName
{
border-color: #6F85F9;
}
</style>