Shades of Cornflower Blue #6294FF
Tints of Cornflower Blue #6294FF
RGB
CMYK
RGB Variations
Color information
#6294FF (or 0x6294FF) is known color: Cornflower Blue. HEX triplet: 62, 94 and FF. RGB value is (98,148,255). Sum of RGB (Red+Green+Blue) = 98+148+255=501 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.56% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #6294FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6294FF is #9D6B00. Grayscale: #909090. Windows color (decimal): -10316545 or 16749666. OLE color: 16749666.
HSL color Cylindrical-coordinate representation of color #6294FF: hue angle of 220.89º 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 #6294FF is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 148 | 255 | - |
| CMYK | 0.62 | 0.42 | 0 | 0 |
| HSL | 220.89º | 1% | 0.69% | - |
| HSV(B) | 220.89º | 0.62% | 1% | - |
| XYZ | 33.68 | 31 | 98.82 | - |
| YUV | 145.25 | 189.94 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 255 | 0.62 | 0.42 | 0 | 0 | 220.89 | 1 | 0.69 |
| Hex | 62 | 94 | FF | 3E | 2A | 0 | 0 | DD | 64 | 45 |
| Octal | 142 | 224 | 377 | 76 | 52 | 0 | 0 | 335 | 144 | 105 |
| Binary | 1100010 | 10010100 | 11111111 | 111110 | 101010 | 0 | 0 | 11011101 | 1100100 | 1000101 |
Color Harmonies of #6294FF
Complementary color
Monochromatic Colors of #6294FF
Black with #6294FF
Text Example
Text Example
White with #6294FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6294FF; }
p { color: rgb(98,148,255); }
H1.HeaderClassName
{
color: #6294FF;
}
.AnyTagClassName
{
color: #6294FF;
}
</style>
background-color css
<style>
a { background-color: #6294FF; }
a { background-color: rgb(98,148,255); }
div.DivClassName
{
background-color: #6294FF;
}
.BgClassName
{
background-color: #6294FF;
}
</style>
border-color css
<style>
span { border-color: #6294FF; }
span { border-color: rgb(98,148,255); }
td.TdClassName
{
border-color: #6294FF;
}
.TagClassName
{
border-color: #6294FF;
}
</style>