Shades of Cornflower Blue #6FA1EF
Tints of Cornflower Blue #6FA1EF
RGB
CMYK
RGB Variations
Color information
#6FA1EF (or 0x6FA1EF) is known color: Cornflower Blue. HEX triplet: 6F, A1 and EF. RGB value is (111,161,239). Sum of RGB (Red+Green+Blue) = 111+161+239=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FA1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA1EF is #905E10. Grayscale: #9A9A9A. Windows color (decimal): -9461265 or 15704431. OLE color: 15704431.
HSL color Cylindrical-coordinate representation of color #6FA1EF: hue angle of 216.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FA1EF is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 161 | 239 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.06 |
| HSL | 216.56º | 0.8% | 0.69% | - |
| HSV(B) | 216.56º | 0.54% | 0.94% | - |
| XYZ | 34.88 | 35.1 | 86.6 | - |
| YUV | 154.94 | 175.44 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 239 | 0.54 | 0.33 | 0 | 0.06 | 216.56 | 0.8 | 0.69 |
| Hex | 6F | A1 | EF | 36 | 21 | 0 | 6 | D9 | 50 | 45 |
| Octal | 157 | 241 | 357 | 66 | 41 | 0 | 6 | 331 | 120 | 105 |
| Binary | 1101111 | 10100001 | 11101111 | 110110 | 100001 | 0 | 110 | 11011001 | 1010000 | 1000101 |
Color Harmonies of #6FA1EF
Complementary color
Monochromatic Colors of #6FA1EF
Black with #6FA1EF
Text Example
Text Example
White with #6FA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA1EF; }
p { color: rgb(111,161,239); }
H1.HeaderClassName
{
color: #6FA1EF;
}
.AnyTagClassName
{
color: #6FA1EF;
}
</style>
background-color css
<style>
a { background-color: #6FA1EF; }
a { background-color: rgb(111,161,239); }
div.DivClassName
{
background-color: #6FA1EF;
}
.BgClassName
{
background-color: #6FA1EF;
}
</style>
border-color css
<style>
span { border-color: #6FA1EF; }
span { border-color: rgb(111,161,239); }
td.TdClassName
{
border-color: #6FA1EF;
}
.TagClassName
{
border-color: #6FA1EF;
}
</style>