Shades of Cornflower Blue #6288EC
Tints of Cornflower Blue #6288EC
RGB
CMYK
RGB Variations
Color information
#6288EC (or 0x6288EC) is known color: Cornflower Blue. HEX triplet: 62, 88 and EC. RGB value is (98,136,236). Sum of RGB (Red+Green+Blue) = 98+136+236=470 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.85% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #6288EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6288EC is #9D7713. Grayscale: #878787. Windows color (decimal): -10319636 or 15501410. OLE color: 15501410.
HSL color Cylindrical-coordinate representation of color #6288EC: hue angle of 223.48º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6288EC is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 136 | 236 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.07 |
| HSL | 223.48º | 0.78% | 0.65% | - |
| HSV(B) | 223.48º | 0.58% | 0.93% | - |
| XYZ | 28.98 | 26.26 | 82.9 | - |
| YUV | 136.04 | 184.41 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 236 | 0.58 | 0.42 | 0 | 0.07 | 223.48 | 0.78 | 0.65 |
| Hex | 62 | 88 | EC | 3A | 2A | 0 | 7 | DF | 4E | 41 |
| Octal | 142 | 210 | 354 | 72 | 52 | 0 | 7 | 337 | 116 | 101 |
| Binary | 1100010 | 10001000 | 11101100 | 111010 | 101010 | 0 | 111 | 11011111 | 1001110 | 1000001 |
Color Harmonies of #6288EC
Complementary color
Monochromatic Colors of #6288EC
Black with #6288EC
Text Example
Text Example
White with #6288EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6288EC; }
p { color: rgb(98,136,236); }
H1.HeaderClassName
{
color: #6288EC;
}
.AnyTagClassName
{
color: #6288EC;
}
</style>
background-color css
<style>
a { background-color: #6288EC; }
a { background-color: rgb(98,136,236); }
div.DivClassName
{
background-color: #6288EC;
}
.BgClassName
{
background-color: #6288EC;
}
</style>
border-color css
<style>
span { border-color: #6288EC; }
span { border-color: rgb(98,136,236); }
td.TdClassName
{
border-color: #6288EC;
}
.TagClassName
{
border-color: #6288EC;
}
</style>