Shades of Cornflower Blue #6289FF
Tints of Cornflower Blue #6289FF
RGB
CMYK
RGB Variations
Color information
#6289FF (or 0x6289FF) is known color: Cornflower Blue. HEX triplet: 62, 89 and FF. RGB value is (98,137,255). Sum of RGB (Red+Green+Blue) = 98+137+255=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #6289FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6289FF is #9D7600. Grayscale: #8A8A8A. Windows color (decimal): -10319361 or 16746850. OLE color: 16746850.
HSL color Cylindrical-coordinate representation of color #6289FF: hue angle of 225.1º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6289FF is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 137 | 255 | - |
| CMYK | 0.62 | 0.46 | 0 | 0 |
| HSL | 225.1º | 1% | 0.69% | - |
| HSV(B) | 225.1º | 0.62% | 1% | - |
| XYZ | 32.03 | 27.71 | 98.27 | - |
| YUV | 138.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 255 | 0.62 | 0.46 | 0 | 0 | 225.1 | 1 | 0.69 |
| Hex | 62 | 89 | FF | 3E | 2E | 0 | 0 | E1 | 64 | 45 |
| Octal | 142 | 211 | 377 | 76 | 56 | 0 | 0 | 341 | 144 | 105 |
| Binary | 1100010 | 10001001 | 11111111 | 111110 | 101110 | 0 | 0 | 11100001 | 1100100 | 1000101 |
Color Harmonies of #6289FF
Complementary color
Monochromatic Colors of #6289FF
Black with #6289FF
Text Example
Text Example
White with #6289FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6289FF; }
p { color: rgb(98,137,255); }
H1.HeaderClassName
{
color: #6289FF;
}
.AnyTagClassName
{
color: #6289FF;
}
</style>
background-color css
<style>
a { background-color: #6289FF; }
a { background-color: rgb(98,137,255); }
div.DivClassName
{
background-color: #6289FF;
}
.BgClassName
{
background-color: #6289FF;
}
</style>
border-color css
<style>
span { border-color: #6289FF; }
span { border-color: rgb(98,137,255); }
td.TdClassName
{
border-color: #6289FF;
}
.TagClassName
{
border-color: #6289FF;
}
</style>