Shades of Cornflower Blue #6290DD
Tints of Cornflower Blue #6290DD
RGB
CMYK
RGB Variations
Color information
#6290DD (or 0x6290DD) is known color: Cornflower Blue. HEX triplet: 62, 90 and DD. RGB value is (98,144,221). Sum of RGB (Red+Green+Blue) = 98+144+221=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #6290DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6290DD is #9D6F22. Grayscale: #8A8A8A. Windows color (decimal): -10317603 or 14520418. OLE color: 14520418.
HSL color Cylindrical-coordinate representation of color #6290DD: hue angle of 217.56º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6290DD is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 144 | 221 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.13 |
| HSL | 217.56º | 0.64% | 0.63% | - |
| HSV(B) | 217.56º | 0.56% | 0.87% | - |
| XYZ | 28.06 | 27.76 | 72.29 | - |
| YUV | 139.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 221 | 0.56 | 0.35 | 0 | 0.13 | 217.56 | 0.64 | 0.63 |
| Hex | 62 | 90 | DD | 38 | 23 | 0 | D | DA | 40 | 3F |
| Octal | 142 | 220 | 335 | 70 | 43 | 0 | 15 | 332 | 100 | 77 |
| Binary | 1100010 | 10010000 | 11011101 | 111000 | 100011 | 0 | 1101 | 11011010 | 1000000 | 111111 |
Color Harmonies of #6290DD
Complementary color
Monochromatic Colors of #6290DD
Black with #6290DD
Text Example
Text Example
White with #6290DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6290DD; }
p { color: rgb(98,144,221); }
H1.HeaderClassName
{
color: #6290DD;
}
.AnyTagClassName
{
color: #6290DD;
}
</style>
background-color css
<style>
a { background-color: #6290DD; }
a { background-color: rgb(98,144,221); }
div.DivClassName
{
background-color: #6290DD;
}
.BgClassName
{
background-color: #6290DD;
}
</style>
border-color css
<style>
span { border-color: #6290DD; }
span { border-color: rgb(98,144,221); }
td.TdClassName
{
border-color: #6290DD;
}
.TagClassName
{
border-color: #6290DD;
}
</style>