Shades of Cornflower Blue #6F88ED
Tints of Cornflower Blue #6F88ED
RGB
CMYK
RGB Variations
Color information
#6F88ED (or 0x6F88ED) is known color: Cornflower Blue. HEX triplet: 6F, 88 and ED. RGB value is (111,136,237). Sum of RGB (Red+Green+Blue) = 111+136+237=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F88ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F88ED is #907712. Grayscale: #8B8B8B. Windows color (decimal): -9467667 or 15566959. OLE color: 15566959.
HSL color Cylindrical-coordinate representation of color #6F88ED: hue angle of 228.1º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F88ED is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 136 | 237 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.07 |
| HSL | 228.1º | 0.78% | 0.68% | - |
| HSV(B) | 228.1º | 0.53% | 0.93% | - |
| XYZ | 30.65 | 27.1 | 83.74 | - |
| YUV | 140.04 | 182.72 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 237 | 0.53 | 0.43 | 0 | 0.07 | 228.1 | 0.78 | 0.68 |
| Hex | 6F | 88 | ED | 35 | 2B | 0 | 7 | E4 | 4E | 44 |
| Octal | 157 | 210 | 355 | 65 | 53 | 0 | 7 | 344 | 116 | 104 |
| Binary | 1101111 | 10001000 | 11101101 | 110101 | 101011 | 0 | 111 | 11100100 | 1001110 | 1000100 |
Color Harmonies of #6F88ED
Complementary color
Monochromatic Colors of #6F88ED
Black with #6F88ED
Text Example
Text Example
White with #6F88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F88ED; }
p { color: rgb(111,136,237); }
H1.HeaderClassName
{
color: #6F88ED;
}
.AnyTagClassName
{
color: #6F88ED;
}
</style>
background-color css
<style>
a { background-color: #6F88ED; }
a { background-color: rgb(111,136,237); }
div.DivClassName
{
background-color: #6F88ED;
}
.BgClassName
{
background-color: #6F88ED;
}
</style>
border-color css
<style>
span { border-color: #6F88ED; }
span { border-color: rgb(111,136,237); }
td.TdClassName
{
border-color: #6F88ED;
}
.TagClassName
{
border-color: #6F88ED;
}
</style>