Shades of Cornflower Blue #6290FF
Tints of Cornflower Blue #6290FF
RGB
CMYK
RGB Variations
Color information
#6290FF (or 0x6290FF) is known color: Cornflower Blue. HEX triplet: 62, 90 and FF. RGB value is (98,144,255). Sum of RGB (Red+Green+Blue) = 98+144+255=497 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.72% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #6290FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6290FF is #9D6F00. Grayscale: #8E8E8E. Windows color (decimal): -10317569 or 16748642. OLE color: 16748642.
HSL color Cylindrical-coordinate representation of color #6290FF: hue angle of 222.42º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6290FF is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 144 | 255 | - |
| CMYK | 0.62 | 0.44 | 0 | 0 |
| HSL | 222.42º | 1% | 0.69% | - |
| HSV(B) | 222.42º | 0.62% | 1% | - |
| XYZ | 33.06 | 29.76 | 98.61 | - |
| YUV | 142.9 | 191.26 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 255 | 0.62 | 0.44 | 0 | 0 | 222.42 | 1 | 0.69 |
| Hex | 62 | 90 | FF | 3E | 2C | 0 | 0 | DE | 64 | 45 |
| Octal | 142 | 220 | 377 | 76 | 54 | 0 | 0 | 336 | 144 | 105 |
| Binary | 1100010 | 10010000 | 11111111 | 111110 | 101100 | 0 | 0 | 11011110 | 1100100 | 1000101 |
Color Harmonies of #6290FF
Complementary color
Monochromatic Colors of #6290FF
Black with #6290FF
Text Example
Text Example
White with #6290FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6290FF; }
p { color: rgb(98,144,255); }
H1.HeaderClassName
{
color: #6290FF;
}
.AnyTagClassName
{
color: #6290FF;
}
</style>
background-color css
<style>
a { background-color: #6290FF; }
a { background-color: rgb(98,144,255); }
div.DivClassName
{
background-color: #6290FF;
}
.BgClassName
{
background-color: #6290FF;
}
</style>
border-color css
<style>
span { border-color: #6290FF; }
span { border-color: rgb(98,144,255); }
td.TdClassName
{
border-color: #6290FF;
}
.TagClassName
{
border-color: #6290FF;
}
</style>