Shades of Cornflower Blue #6293FB
Tints of Cornflower Blue #6293FB
RGB
CMYK
RGB Variations
Color information
#6293FB (or 0x6293FB) is known color: Cornflower Blue. HEX triplet: 62, 93 and FB. RGB value is (98,147,251). Sum of RGB (Red+Green+Blue) = 98+147+251=496 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.76% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #6293FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6293FB is #9D6C04. Grayscale: #8F8F8F. Windows color (decimal): -10316805 or 16487266. OLE color: 16487266.
HSL color Cylindrical-coordinate representation of color #6293FB: hue angle of 220.78º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6293FB is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 147 | 251 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.02 |
| HSL | 220.78º | 0.95% | 0.68% | - |
| HSV(B) | 220.78º | 0.61% | 0.98% | - |
| XYZ | 32.88 | 30.43 | 95.41 | - |
| YUV | 144.21 | 188.27 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 251 | 0.61 | 0.41 | 0 | 0.02 | 220.78 | 0.95 | 0.68 |
| Hex | 62 | 93 | FB | 3D | 29 | 0 | 2 | DD | 5F | 44 |
| Octal | 142 | 223 | 373 | 75 | 51 | 0 | 2 | 335 | 137 | 104 |
| Binary | 1100010 | 10010011 | 11111011 | 111101 | 101001 | 0 | 10 | 11011101 | 1011111 | 1000100 |
Color Harmonies of #6293FB
Complementary color
Monochromatic Colors of #6293FB
Black with #6293FB
Text Example
Text Example
White with #6293FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6293FB; }
p { color: rgb(98,147,251); }
H1.HeaderClassName
{
color: #6293FB;
}
.AnyTagClassName
{
color: #6293FB;
}
</style>
background-color css
<style>
a { background-color: #6293FB; }
a { background-color: rgb(98,147,251); }
div.DivClassName
{
background-color: #6293FB;
}
.BgClassName
{
background-color: #6293FB;
}
</style>
border-color css
<style>
span { border-color: #6293FB; }
span { border-color: rgb(98,147,251); }
td.TdClassName
{
border-color: #6293FB;
}
.TagClassName
{
border-color: #6293FB;
}
</style>