Shades of Cornflower Blue #6589FA
Tints of Cornflower Blue #6589FA
RGB
CMYK
RGB Variations
Color information
#6589FA (or 0x6589FA) is known color: Cornflower Blue. HEX triplet: 65, 89 and FA. RGB value is (101,137,250). Sum of RGB (Red+Green+Blue) = 101+137+250=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #6589FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6589FA is #9A7605. Grayscale: #8A8A8A. Windows color (decimal): -10122758 or 16419173. OLE color: 16419173.
HSL color Cylindrical-coordinate representation of color #6589FA: hue angle of 225.5º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6589FA is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 137 | 250 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.02 |
| HSL | 225.5º | 0.94% | 0.69% | - |
| HSV(B) | 225.5º | 0.6% | 0.98% | - |
| XYZ | 31.57 | 27.56 | 94.1 | - |
| YUV | 139.12 | 190.57 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 250 | 0.60 | 0.45 | 0 | 0.02 | 225.5 | 0.94 | 0.69 |
| Hex | 65 | 89 | FA | 3C | 2D | 0 | 2 | E2 | 5E | 45 |
| Octal | 145 | 211 | 372 | 74 | 55 | 0 | 2 | 342 | 136 | 105 |
| Binary | 1100101 | 10001001 | 11111010 | 111100 | 101101 | 0 | 10 | 11100010 | 1011110 | 1000101 |
Color Harmonies of #6589FA
Complementary color
Monochromatic Colors of #6589FA
Black with #6589FA
Text Example
Text Example
White with #6589FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6589FA; }
p { color: rgb(101,137,250); }
H1.HeaderClassName
{
color: #6589FA;
}
.AnyTagClassName
{
color: #6589FA;
}
</style>
background-color css
<style>
a { background-color: #6589FA; }
a { background-color: rgb(101,137,250); }
div.DivClassName
{
background-color: #6589FA;
}
.BgClassName
{
background-color: #6589FA;
}
</style>
border-color css
<style>
span { border-color: #6589FA; }
span { border-color: rgb(101,137,250); }
td.TdClassName
{
border-color: #6589FA;
}
.TagClassName
{
border-color: #6589FA;
}
</style>