Shades of Cornflower Blue #6290DF
Tints of Cornflower Blue #6290DF
RGB
CMYK
RGB Variations
Color information
#6290DF (or 0x6290DF) is known color: Cornflower Blue. HEX triplet: 62, 90 and DF. RGB value is (98,144,223). Sum of RGB (Red+Green+Blue) = 98+144+223=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #6290DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6290DF is #9D6F20. Grayscale: #8A8A8A. Windows color (decimal): -10317601 or 14651490. OLE color: 14651490.
HSL color Cylindrical-coordinate representation of color #6290DF: hue angle of 217.92º degrees, saturation: 0.66, 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 #6290DF is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 144 | 223 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.13 |
| HSL | 217.92º | 0.66% | 0.63% | - |
| HSV(B) | 217.92º | 0.56% | 0.87% | - |
| XYZ | 28.33 | 27.87 | 73.7 | - |
| YUV | 139.25 | 175.26 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 223 | 0.56 | 0.35 | 0 | 0.13 | 217.92 | 0.66 | 0.63 |
| Hex | 62 | 90 | DF | 38 | 23 | 0 | D | DA | 42 | 3F |
| Octal | 142 | 220 | 337 | 70 | 43 | 0 | 15 | 332 | 102 | 77 |
| Binary | 1100010 | 10010000 | 11011111 | 111000 | 100011 | 0 | 1101 | 11011010 | 1000010 | 111111 |
Color Harmonies of #6290DF
Complementary color
Monochromatic Colors of #6290DF
Black with #6290DF
Text Example
Text Example
White with #6290DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6290DF; }
p { color: rgb(98,144,223); }
H1.HeaderClassName
{
color: #6290DF;
}
.AnyTagClassName
{
color: #6290DF;
}
</style>
background-color css
<style>
a { background-color: #6290DF; }
a { background-color: rgb(98,144,223); }
div.DivClassName
{
background-color: #6290DF;
}
.BgClassName
{
background-color: #6290DF;
}
</style>
border-color css
<style>
span { border-color: #6290DF; }
span { border-color: rgb(98,144,223); }
td.TdClassName
{
border-color: #6290DF;
}
.TagClassName
{
border-color: #6290DF;
}
</style>