Shades of Cornflower Blue #6F88FF
Tints of Cornflower Blue #6F88FF
RGB
CMYK
RGB Variations
Color information
#6F88FF (or 0x6F88FF) is known color: Cornflower Blue. HEX triplet: 6F, 88 and FF. RGB value is (111,136,255). Sum of RGB (Red+Green+Blue) = 111+136+255=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F88FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F88FF is #907700. Grayscale: #8D8D8D. Windows color (decimal): -9467649 or 16746607. OLE color: 16746607.
HSL color Cylindrical-coordinate representation of color #6F88FF: hue angle of 229.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F88FF is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 136 | 255 | - |
| CMYK | 0.56 | 0.47 | 0 | 0 |
| HSL | 229.58º | 1% | 0.72% | - |
| HSV(B) | 229.58º | 0.56% | 1% | - |
| XYZ | 33.41 | 28.21 | 98.29 | - |
| YUV | 142.09 | 191.72 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 255 | 0.56 | 0.47 | 0 | 0 | 229.58 | 1 | 0.72 |
| Hex | 6F | 88 | FF | 38 | 2F | 0 | 0 | E6 | 64 | 48 |
| Octal | 157 | 210 | 377 | 70 | 57 | 0 | 0 | 346 | 144 | 110 |
| Binary | 1101111 | 10001000 | 11111111 | 111000 | 101111 | 0 | 0 | 11100110 | 1100100 | 1001000 |
Color Harmonies of #6F88FF
Complementary color
Monochromatic Colors of #6F88FF
Black with #6F88FF
Text Example
Text Example
White with #6F88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F88FF; }
p { color: rgb(111,136,255); }
H1.HeaderClassName
{
color: #6F88FF;
}
.AnyTagClassName
{
color: #6F88FF;
}
</style>
background-color css
<style>
a { background-color: #6F88FF; }
a { background-color: rgb(111,136,255); }
div.DivClassName
{
background-color: #6F88FF;
}
.BgClassName
{
background-color: #6F88FF;
}
</style>
border-color css
<style>
span { border-color: #6F88FF; }
span { border-color: rgb(111,136,255); }
td.TdClassName
{
border-color: #6F88FF;
}
.TagClassName
{
border-color: #6F88FF;
}
</style>