Shades of Cornflower Blue #6F9AF6
Tints of Cornflower Blue #6F9AF6
RGB
CMYK
RGB Variations
Color information
#6F9AF6 (or 0x6F9AF6) is known color: Cornflower Blue. HEX triplet: 6F, 9A and F6. RGB value is (111,154,246). Sum of RGB (Red+Green+Blue) = 111+154+246=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #6F9AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9AF6 is #906509. Grayscale: #979797. Windows color (decimal): -9463050 or 16161391. OLE color: 16161391.
HSL color Cylindrical-coordinate representation of color #6F9AF6: hue angle of 220.89º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F9AF6 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 154 | 246 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.04 |
| HSL | 220.89º | 0.88% | 0.7% | - |
| HSV(B) | 220.89º | 0.55% | 0.96% | - |
| XYZ | 34.75 | 33.14 | 91.76 | - |
| YUV | 151.63 | 181.25 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 154 | 246 | 0.55 | 0.37 | 0 | 0.04 | 220.89 | 0.88 | 0.7 |
| Hex | 6F | 9A | F6 | 37 | 25 | 0 | 4 | DD | 58 | 46 |
| Octal | 157 | 232 | 366 | 67 | 45 | 0 | 4 | 335 | 130 | 106 |
| Binary | 1101111 | 10011010 | 11110110 | 110111 | 100101 | 0 | 100 | 11011101 | 1011000 | 1000110 |
Color Harmonies of #6F9AF6
Complementary color
Monochromatic Colors of #6F9AF6
Black with #6F9AF6
Text Example
Text Example
White with #6F9AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9AF6; }
p { color: rgb(111,154,246); }
H1.HeaderClassName
{
color: #6F9AF6;
}
.AnyTagClassName
{
color: #6F9AF6;
}
</style>
background-color css
<style>
a { background-color: #6F9AF6; }
a { background-color: rgb(111,154,246); }
div.DivClassName
{
background-color: #6F9AF6;
}
.BgClassName
{
background-color: #6F9AF6;
}
</style>
border-color css
<style>
span { border-color: #6F9AF6; }
span { border-color: rgb(111,154,246); }
td.TdClassName
{
border-color: #6F9AF6;
}
.TagClassName
{
border-color: #6F9AF6;
}
</style>