Shades of Cornflower Blue #6098FB
Tints of Cornflower Blue #6098FB
RGB
CMYK
RGB Variations
Color information
#6098FB (or 0x6098FB) is known color: Cornflower Blue. HEX triplet: 60, 98 and FB. RGB value is (96,152,251). Sum of RGB (Red+Green+Blue) = 96+152+251=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #6098FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6098FB is #9F6704. Grayscale: #929292. Windows color (decimal): -10446597 or 16488544. OLE color: 16488544.
HSL color Cylindrical-coordinate representation of color #6098FB: hue angle of 218.32º 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 #6098FB is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 152 | 251 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.02 |
| HSL | 218.32º | 0.95% | 0.68% | - |
| HSV(B) | 218.32º | 0.62% | 0.98% | - |
| XYZ | 33.46 | 31.91 | 95.66 | - |
| YUV | 146.54 | 186.95 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 251 | 0.62 | 0.39 | 0 | 0.02 | 218.32 | 0.95 | 0.68 |
| Hex | 60 | 98 | FB | 3E | 27 | 0 | 2 | DA | 5F | 44 |
| Octal | 140 | 230 | 373 | 76 | 47 | 0 | 2 | 332 | 137 | 104 |
| Binary | 1100000 | 10011000 | 11111011 | 111110 | 100111 | 0 | 10 | 11011010 | 1011111 | 1000100 |
Color Harmonies of #6098FB
Complementary color
Monochromatic Colors of #6098FB
Black with #6098FB
Text Example
Text Example
White with #6098FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6098FB; }
p { color: rgb(96,152,251); }
H1.HeaderClassName
{
color: #6098FB;
}
.AnyTagClassName
{
color: #6098FB;
}
</style>
background-color css
<style>
a { background-color: #6098FB; }
a { background-color: rgb(96,152,251); }
div.DivClassName
{
background-color: #6098FB;
}
.BgClassName
{
background-color: #6098FB;
}
</style>
border-color css
<style>
span { border-color: #6098FB; }
span { border-color: rgb(96,152,251); }
td.TdClassName
{
border-color: #6098FB;
}
.TagClassName
{
border-color: #6098FB;
}
</style>