Shades of Cornflower Blue #6289E5
Tints of Cornflower Blue #6289E5
RGB
CMYK
RGB Variations
Color information
#6289E5 (or 0x6289E5) is known color: Cornflower Blue. HEX triplet: 62, 89 and E5. RGB value is (98,137,229). Sum of RGB (Red+Green+Blue) = 98+137+229=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #6289E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6289E5 is #9D761A. Grayscale: #878787. Windows color (decimal): -10319387 or 15042914. OLE color: 15042914.
HSL color Cylindrical-coordinate representation of color #6289E5: hue angle of 222.14º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6289E5 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 137 | 229 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.10 |
| HSL | 222.14º | 0.72% | 0.64% | - |
| HSV(B) | 222.14º | 0.57% | 0.9% | - |
| XYZ | 28.13 | 26.15 | 77.69 | - |
| YUV | 135.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 229 | 0.57 | 0.40 | 0 | 0.10 | 222.14 | 0.72 | 0.64 |
| Hex | 62 | 89 | E5 | 39 | 28 | 0 | A | DE | 48 | 40 |
| Octal | 142 | 211 | 345 | 71 | 50 | 0 | 12 | 336 | 110 | 100 |
| Binary | 1100010 | 10001001 | 11100101 | 111001 | 101000 | 0 | 1010 | 11011110 | 1001000 | 1000000 |
Color Harmonies of #6289E5
Complementary color
Monochromatic Colors of #6289E5
Black with #6289E5
Text Example
Text Example
White with #6289E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6289E5; }
p { color: rgb(98,137,229); }
H1.HeaderClassName
{
color: #6289E5;
}
.AnyTagClassName
{
color: #6289E5;
}
</style>
background-color css
<style>
a { background-color: #6289E5; }
a { background-color: rgb(98,137,229); }
div.DivClassName
{
background-color: #6289E5;
}
.BgClassName
{
background-color: #6289E5;
}
</style>
border-color css
<style>
span { border-color: #6289E5; }
span { border-color: rgb(98,137,229); }
td.TdClassName
{
border-color: #6289E5;
}
.TagClassName
{
border-color: #6289E5;
}
</style>