Shades of Cornflower Blue #6091FB
Tints of Cornflower Blue #6091FB
RGB
CMYK
RGB Variations
Color information
#6091FB (or 0x6091FB) is known color: Cornflower Blue. HEX triplet: 60, 91 and FB. RGB value is (96,145,251). Sum of RGB (Red+Green+Blue) = 96+145+251=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #6091FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6091FB is #9F6E04. Grayscale: #8D8D8D. Windows color (decimal): -10448389 or 16486752. OLE color: 16486752.
HSL color Cylindrical-coordinate representation of color #6091FB: hue angle of 221.03º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6091FB is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 145 | 251 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.02 |
| HSL | 221.03º | 0.95% | 0.68% | - |
| HSV(B) | 221.03º | 0.62% | 0.98% | - |
| XYZ | 32.36 | 29.7 | 95.29 | - |
| YUV | 142.43 | 189.27 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 251 | 0.62 | 0.42 | 0 | 0.02 | 221.03 | 0.95 | 0.68 |
| Hex | 60 | 91 | FB | 3E | 2A | 0 | 2 | DD | 5F | 44 |
| Octal | 140 | 221 | 373 | 76 | 52 | 0 | 2 | 335 | 137 | 104 |
| Binary | 1100000 | 10010001 | 11111011 | 111110 | 101010 | 0 | 10 | 11011101 | 1011111 | 1000100 |
Color Harmonies of #6091FB
Complementary color
Monochromatic Colors of #6091FB
Black with #6091FB
Text Example
Text Example
White with #6091FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6091FB; }
p { color: rgb(96,145,251); }
H1.HeaderClassName
{
color: #6091FB;
}
.AnyTagClassName
{
color: #6091FB;
}
</style>
background-color css
<style>
a { background-color: #6091FB; }
a { background-color: rgb(96,145,251); }
div.DivClassName
{
background-color: #6091FB;
}
.BgClassName
{
background-color: #6091FB;
}
</style>
border-color css
<style>
span { border-color: #6091FB; }
span { border-color: rgb(96,145,251); }
td.TdClassName
{
border-color: #6091FB;
}
.TagClassName
{
border-color: #6091FB;
}
</style>