Shades of Cornflower Blue #6293FF
Tints of Cornflower Blue #6293FF
RGB
CMYK
RGB Variations
Color information
#6293FF (or 0x6293FF) is known color: Cornflower Blue. HEX triplet: 62, 93 and FF. RGB value is (98,147,255). Sum of RGB (Red+Green+Blue) = 98+147+255=500 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.6% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #6293FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6293FF is #9D6C00. Grayscale: #909090. Windows color (decimal): -10316801 or 16749410. OLE color: 16749410.
HSL color Cylindrical-coordinate representation of color #6293FF: hue angle of 221.27º 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 #6293FF is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 147 | 255 | - |
| CMYK | 0.62 | 0.42 | 0 | 0 |
| HSL | 221.27º | 1% | 0.69% | - |
| HSV(B) | 221.27º | 0.62% | 1% | - |
| XYZ | 33.52 | 30.68 | 98.76 | - |
| YUV | 144.66 | 190.27 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 255 | 0.62 | 0.42 | 0 | 0 | 221.27 | 1 | 0.69 |
| Hex | 62 | 93 | FF | 3E | 2A | 0 | 0 | DD | 64 | 45 |
| Octal | 142 | 223 | 377 | 76 | 52 | 0 | 0 | 335 | 144 | 105 |
| Binary | 1100010 | 10010011 | 11111111 | 111110 | 101010 | 0 | 0 | 11011101 | 1100100 | 1000101 |
Color Harmonies of #6293FF
Complementary color
Monochromatic Colors of #6293FF
Black with #6293FF
Text Example
Text Example
White with #6293FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6293FF; }
p { color: rgb(98,147,255); }
H1.HeaderClassName
{
color: #6293FF;
}
.AnyTagClassName
{
color: #6293FF;
}
</style>
background-color css
<style>
a { background-color: #6293FF; }
a { background-color: rgb(98,147,255); }
div.DivClassName
{
background-color: #6293FF;
}
.BgClassName
{
background-color: #6293FF;
}
</style>
border-color css
<style>
span { border-color: #6293FF; }
span { border-color: rgb(98,147,255); }
td.TdClassName
{
border-color: #6293FF;
}
.TagClassName
{
border-color: #6293FF;
}
</style>