Shades of Cornflower Blue #6F88F6
Tints of Cornflower Blue #6F88F6
RGB
CMYK
RGB Variations
Color information
#6F88F6 (or 0x6F88F6) is known color: Cornflower Blue. HEX triplet: 6F, 88 and F6. RGB value is (111,136,246). Sum of RGB (Red+Green+Blue) = 111+136+246=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #6F88F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F88F6 is #907709. Grayscale: #8C8C8C. Windows color (decimal): -9467658 or 16156783. OLE color: 16156783.
HSL color Cylindrical-coordinate representation of color #6F88F6: hue angle of 228.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 #6F88F6 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 136 | 246 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.04 |
| HSL | 228.89º | 0.88% | 0.7% | - |
| HSV(B) | 228.89º | 0.55% | 0.96% | - |
| XYZ | 31.99 | 27.64 | 90.84 | - |
| YUV | 141.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 246 | 0.55 | 0.45 | 0 | 0.04 | 228.89 | 0.88 | 0.7 |
| Hex | 6F | 88 | F6 | 37 | 2D | 0 | 4 | E5 | 58 | 46 |
| Octal | 157 | 210 | 366 | 67 | 55 | 0 | 4 | 345 | 130 | 106 |
| Binary | 1101111 | 10001000 | 11110110 | 110111 | 101101 | 0 | 100 | 11100101 | 1011000 | 1000110 |
Color Harmonies of #6F88F6
Complementary color
Monochromatic Colors of #6F88F6
Black with #6F88F6
Text Example
Text Example
White with #6F88F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F88F6; }
p { color: rgb(111,136,246); }
H1.HeaderClassName
{
color: #6F88F6;
}
.AnyTagClassName
{
color: #6F88F6;
}
</style>
background-color css
<style>
a { background-color: #6F88F6; }
a { background-color: rgb(111,136,246); }
div.DivClassName
{
background-color: #6F88F6;
}
.BgClassName
{
background-color: #6F88F6;
}
</style>
border-color css
<style>
span { border-color: #6F88F6; }
span { border-color: rgb(111,136,246); }
td.TdClassName
{
border-color: #6F88F6;
}
.TagClassName
{
border-color: #6F88F6;
}
</style>