Shades of Cornflower Blue #6295DA
Tints of Cornflower Blue #6295DA
RGB
CMYK
RGB Variations
Color information
#6295DA (or 0x6295DA) is known color: Cornflower Blue. HEX triplet: 62, 95 and DA. RGB value is (98,149,218). Sum of RGB (Red+Green+Blue) = 98+149+218=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #6295DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6295DA is #9D6A25. Grayscale: #8D8D8D. Windows color (decimal): -10316326 or 14325090. OLE color: 14325090.
HSL color Cylindrical-coordinate representation of color #6295DA: hue angle of 214.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6295DA is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 149 | 218 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.15 |
| HSL | 214.5º | 0.62% | 0.62% | - |
| HSV(B) | 214.5º | 0.55% | 0.85% | - |
| XYZ | 28.44 | 29.15 | 70.46 | - |
| YUV | 141.62 | 171.1 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 218 | 0.55 | 0.32 | 0 | 0.15 | 214.5 | 0.62 | 0.62 |
| Hex | 62 | 95 | DA | 37 | 20 | 0 | F | D6 | 3E | 3E |
| Octal | 142 | 225 | 332 | 67 | 40 | 0 | 17 | 326 | 76 | 76 |
| Binary | 1100010 | 10010101 | 11011010 | 110111 | 100000 | 0 | 1111 | 11010110 | 111110 | 111110 |
Color Harmonies of #6295DA
Complementary color
Monochromatic Colors of #6295DA
Black with #6295DA
Text Example
Text Example
White with #6295DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6295DA; }
p { color: rgb(98,149,218); }
H1.HeaderClassName
{
color: #6295DA;
}
.AnyTagClassName
{
color: #6295DA;
}
</style>
background-color css
<style>
a { background-color: #6295DA; }
a { background-color: rgb(98,149,218); }
div.DivClassName
{
background-color: #6295DA;
}
.BgClassName
{
background-color: #6295DA;
}
</style>
border-color css
<style>
span { border-color: #6295DA; }
span { border-color: rgb(98,149,218); }
td.TdClassName
{
border-color: #6295DA;
}
.TagClassName
{
border-color: #6295DA;
}
</style>