Shades of Cornflower Blue #6590EF
Tints of Cornflower Blue #6590EF
RGB
CMYK
RGB Variations
Color information
#6590EF (or 0x6590EF) is known color: Cornflower Blue. HEX triplet: 65, 90 and EF. RGB value is (101,144,239). Sum of RGB (Red+Green+Blue) = 101+144+239=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #6590EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6590EF is #9A6F10. Grayscale: #8D8D8D. Windows color (decimal): -10120977 or 15700069. OLE color: 15700069.
HSL color Cylindrical-coordinate representation of color #6590EF: hue angle of 221.3º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6590EF is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 144 | 239 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.06 |
| HSL | 221.3º | 0.81% | 0.67% | - |
| HSV(B) | 221.3º | 0.58% | 0.94% | - |
| XYZ | 30.92 | 28.95 | 85.62 | - |
| YUV | 141.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 239 | 0.58 | 0.40 | 0 | 0.06 | 221.3 | 0.81 | 0.67 |
| Hex | 65 | 90 | EF | 3A | 28 | 0 | 6 | DD | 51 | 43 |
| Octal | 145 | 220 | 357 | 72 | 50 | 0 | 6 | 335 | 121 | 103 |
| Binary | 1100101 | 10010000 | 11101111 | 111010 | 101000 | 0 | 110 | 11011101 | 1010001 | 1000011 |
Color Harmonies of #6590EF
Complementary color
Monochromatic Colors of #6590EF
Black with #6590EF
Text Example
Text Example
White with #6590EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6590EF; }
p { color: rgb(101,144,239); }
H1.HeaderClassName
{
color: #6590EF;
}
.AnyTagClassName
{
color: #6590EF;
}
</style>
background-color css
<style>
a { background-color: #6590EF; }
a { background-color: rgb(101,144,239); }
div.DivClassName
{
background-color: #6590EF;
}
.BgClassName
{
background-color: #6590EF;
}
</style>
border-color css
<style>
span { border-color: #6590EF; }
span { border-color: rgb(101,144,239); }
td.TdClassName
{
border-color: #6590EF;
}
.TagClassName
{
border-color: #6590EF;
}
</style>