Shades of Cornflower Blue #6289EE
Tints of Cornflower Blue #6289EE
RGB
CMYK
RGB Variations
Color information
#6289EE (or 0x6289EE) is known color: Cornflower Blue. HEX triplet: 62, 89 and EE. RGB value is (98,137,238). Sum of RGB (Red+Green+Blue) = 98+137+238=473 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.72% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #6289EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6289EE is #9D7611. Grayscale: #888888. Windows color (decimal): -10319378 or 15632738. OLE color: 15632738.
HSL color Cylindrical-coordinate representation of color #6289EE: hue angle of 223.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6289EE is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 137 | 238 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.07 |
| HSL | 223.29º | 0.8% | 0.66% | - |
| HSV(B) | 223.29º | 0.59% | 0.93% | - |
| XYZ | 29.42 | 26.66 | 84.48 | - |
| YUV | 136.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 238 | 0.59 | 0.42 | 0 | 0.07 | 223.29 | 0.8 | 0.66 |
| Hex | 62 | 89 | EE | 3B | 2A | 0 | 7 | DF | 50 | 42 |
| Octal | 142 | 211 | 356 | 73 | 52 | 0 | 7 | 337 | 120 | 102 |
| Binary | 1100010 | 10001001 | 11101110 | 111011 | 101010 | 0 | 111 | 11011111 | 1010000 | 1000010 |
Color Harmonies of #6289EE
Complementary color
Monochromatic Colors of #6289EE
Black with #6289EE
Text Example
Text Example
White with #6289EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6289EE; }
p { color: rgb(98,137,238); }
H1.HeaderClassName
{
color: #6289EE;
}
.AnyTagClassName
{
color: #6289EE;
}
</style>
background-color css
<style>
a { background-color: #6289EE; }
a { background-color: rgb(98,137,238); }
div.DivClassName
{
background-color: #6289EE;
}
.BgClassName
{
background-color: #6289EE;
}
</style>
border-color css
<style>
span { border-color: #6289EE; }
span { border-color: rgb(98,137,238); }
td.TdClassName
{
border-color: #6289EE;
}
.TagClassName
{
border-color: #6289EE;
}
</style>