Shades of Cornflower Blue #6289DC
Tints of Cornflower Blue #6289DC
RGB
CMYK
RGB Variations
Color information
#6289DC (or 0x6289DC) is known color: Cornflower Blue. HEX triplet: 62, 89 and DC. RGB value is (98,137,220). Sum of RGB (Red+Green+Blue) = 98+137+220=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #6289DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6289DC is #9D7623. Grayscale: #868686. Windows color (decimal): -10319396 or 14453090. OLE color: 14453090.
HSL color Cylindrical-coordinate representation of color #6289DC: hue angle of 220.82º degrees, saturation: 0.64, 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 #6289DC is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 137 | 220 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.14 |
| HSL | 220.82º | 0.64% | 0.62% | - |
| HSV(B) | 220.82º | 0.55% | 0.86% | - |
| XYZ | 26.9 | 25.66 | 71.24 | - |
| YUV | 134.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 220 | 0.55 | 0.38 | 0 | 0.14 | 220.82 | 0.64 | 0.62 |
| Hex | 62 | 89 | DC | 37 | 26 | 0 | E | DD | 40 | 3E |
| Octal | 142 | 211 | 334 | 67 | 46 | 0 | 16 | 335 | 100 | 76 |
| Binary | 1100010 | 10001001 | 11011100 | 110111 | 100110 | 0 | 1110 | 11011101 | 1000000 | 111110 |
Color Harmonies of #6289DC
Complementary color
Monochromatic Colors of #6289DC
Black with #6289DC
Text Example
Text Example
White with #6289DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6289DC; }
p { color: rgb(98,137,220); }
H1.HeaderClassName
{
color: #6289DC;
}
.AnyTagClassName
{
color: #6289DC;
}
</style>
background-color css
<style>
a { background-color: #6289DC; }
a { background-color: rgb(98,137,220); }
div.DivClassName
{
background-color: #6289DC;
}
.BgClassName
{
background-color: #6289DC;
}
</style>
border-color css
<style>
span { border-color: #6289DC; }
span { border-color: rgb(98,137,220); }
td.TdClassName
{
border-color: #6289DC;
}
.TagClassName
{
border-color: #6289DC;
}
</style>