Shades of Cornflower Blue #6590DD
Tints of Cornflower Blue #6590DD
RGB
CMYK
RGB Variations
Color information
#6590DD (or 0x6590DD) is known color: Cornflower Blue. HEX triplet: 65, 90 and DD. RGB value is (101,144,221). Sum of RGB (Red+Green+Blue) = 101+144+221=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #6590DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590DD is #9A6F22. Grayscale: #8B8B8B. Windows color (decimal): -10120995 or 14520421. OLE color: 14520421.
HSL color Cylindrical-coordinate representation of color #6590DD: hue angle of 218.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6590DD is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 144 | 221 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.13 |
| HSL | 218.5º | 0.64% | 0.63% | - |
| HSV(B) | 218.5º | 0.54% | 0.87% | - |
| XYZ | 28.39 | 27.93 | 72.3 | - |
| YUV | 139.92 | 173.75 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 221 | 0.54 | 0.35 | 0 | 0.13 | 218.5 | 0.64 | 0.63 |
| Hex | 65 | 90 | DD | 36 | 23 | 0 | D | DA | 40 | 3F |
| Octal | 145 | 220 | 335 | 66 | 43 | 0 | 15 | 332 | 100 | 77 |
| Binary | 1100101 | 10010000 | 11011101 | 110110 | 100011 | 0 | 1101 | 11011010 | 1000000 | 111111 |
Color Harmonies of #6590DD
Complementary color
Monochromatic Colors of #6590DD
Black with #6590DD
Text Example
Text Example
White with #6590DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6590DD; }
p { color: rgb(101,144,221); }
H1.HeaderClassName
{
color: #6590DD;
}
.AnyTagClassName
{
color: #6590DD;
}
</style>
background-color css
<style>
a { background-color: #6590DD; }
a { background-color: rgb(101,144,221); }
div.DivClassName
{
background-color: #6590DD;
}
.BgClassName
{
background-color: #6590DD;
}
</style>
border-color css
<style>
span { border-color: #6590DD; }
span { border-color: rgb(101,144,221); }
td.TdClassName
{
border-color: #6590DD;
}
.TagClassName
{
border-color: #6590DD;
}
</style>