Shades of Cornflower Blue #6288DB
Tints of Cornflower Blue #6288DB
RGB
CMYK
RGB Variations
Color information
#6288DB (or 0x6288DB) is known color: Cornflower Blue. HEX triplet: 62, 88 and DB. RGB value is (98,136,219). Sum of RGB (Red+Green+Blue) = 98+136+219=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #6288DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6288DB is #9D7724. Grayscale: #858585. Windows color (decimal): -10319653 or 14387298. OLE color: 14387298.
HSL color Cylindrical-coordinate representation of color #6288DB: hue angle of 221.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6288DB is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 136 | 219 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.14 |
| HSL | 221.16º | 0.63% | 0.62% | - |
| HSV(B) | 221.16º | 0.55% | 0.86% | - |
| XYZ | 26.63 | 25.32 | 70.5 | - |
| YUV | 134.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 219 | 0.55 | 0.38 | 0 | 0.14 | 221.16 | 0.63 | 0.62 |
| Hex | 62 | 88 | DB | 37 | 26 | 0 | E | DD | 3F | 3E |
| Octal | 142 | 210 | 333 | 67 | 46 | 0 | 16 | 335 | 77 | 76 |
| Binary | 1100010 | 10001000 | 11011011 | 110111 | 100110 | 0 | 1110 | 11011101 | 111111 | 111110 |
Color Harmonies of #6288DB
Complementary color
Monochromatic Colors of #6288DB
Black with #6288DB
Text Example
Text Example
White with #6288DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6288DB; }
p { color: rgb(98,136,219); }
H1.HeaderClassName
{
color: #6288DB;
}
.AnyTagClassName
{
color: #6288DB;
}
</style>
background-color css
<style>
a { background-color: #6288DB; }
a { background-color: rgb(98,136,219); }
div.DivClassName
{
background-color: #6288DB;
}
.BgClassName
{
background-color: #6288DB;
}
</style>
border-color css
<style>
span { border-color: #6288DB; }
span { border-color: rgb(98,136,219); }
td.TdClassName
{
border-color: #6288DB;
}
.TagClassName
{
border-color: #6288DB;
}
</style>