Shades of Cornflower Blue #6299FB
Tints of Cornflower Blue #6299FB
RGB
CMYK
RGB Variations
Color information
#6299FB (or 0x6299FB) is known color: Cornflower Blue. HEX triplet: 62, 99 and FB. RGB value is (98,153,251). Sum of RGB (Red+Green+Blue) = 98+153+251=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #6299FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6299FB is #9D6604. Grayscale: #939393. Windows color (decimal): -10315269 or 16488802. OLE color: 16488802.
HSL color Cylindrical-coordinate representation of color #6299FB: hue angle of 218.43º 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 #6299FB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 153 | 251 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.02 |
| HSL | 218.43º | 0.95% | 0.68% | - |
| HSV(B) | 218.43º | 0.61% | 0.98% | - |
| XYZ | 33.84 | 32.34 | 95.73 | - |
| YUV | 147.73 | 186.28 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 251 | 0.61 | 0.39 | 0 | 0.02 | 218.43 | 0.95 | 0.68 |
| Hex | 62 | 99 | FB | 3D | 27 | 0 | 2 | DA | 5F | 44 |
| Octal | 142 | 231 | 373 | 75 | 47 | 0 | 2 | 332 | 137 | 104 |
| Binary | 1100010 | 10011001 | 11111011 | 111101 | 100111 | 0 | 10 | 11011010 | 1011111 | 1000100 |
Color Harmonies of #6299FB
Complementary color
Monochromatic Colors of #6299FB
Black with #6299FB
Text Example
Text Example
White with #6299FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6299FB; }
p { color: rgb(98,153,251); }
H1.HeaderClassName
{
color: #6299FB;
}
.AnyTagClassName
{
color: #6299FB;
}
</style>
background-color css
<style>
a { background-color: #6299FB; }
a { background-color: rgb(98,153,251); }
div.DivClassName
{
background-color: #6299FB;
}
.BgClassName
{
background-color: #6299FB;
}
</style>
border-color css
<style>
span { border-color: #6299FB; }
span { border-color: rgb(98,153,251); }
td.TdClassName
{
border-color: #6299FB;
}
.TagClassName
{
border-color: #6299FB;
}
</style>