Shades of Cornflower Blue #6098F0
Tints of Cornflower Blue #6098F0
RGB
CMYK
RGB Variations
Color information
#6098F0 (or 0x6098F0) is known color: Cornflower Blue. HEX triplet: 60, 98 and F0. RGB value is (96,152,240). Sum of RGB (Red+Green+Blue) = 96+152+240=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #6098F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6098F0 is #9F670F. Grayscale: #909090. Windows color (decimal): -10446608 or 15767648. OLE color: 15767648.
HSL color Cylindrical-coordinate representation of color #6098F0: hue angle of 216.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6098F0 is Cyan = 0.6, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 152 | 240 | - |
| CMYK | 0.6 | 0.37 | 0 | 0.06 |
| HSL | 216.67º | 0.83% | 0.66% | - |
| HSV(B) | 216.67º | 0.6% | 0.94% | - |
| XYZ | 31.78 | 31.23 | 86.79 | - |
| YUV | 145.29 | 181.45 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 240 | 0.6 | 0.37 | 0 | 0.06 | 216.67 | 0.83 | 0.66 |
| Hex | 60 | 98 | F0 | 3C | 25 | 0 | 6 | D9 | 53 | 42 |
| Octal | 140 | 230 | 360 | 74 | 45 | 0 | 6 | 331 | 123 | 102 |
| Binary | 1100000 | 10011000 | 11110000 | 111100 | 100101 | 0 | 110 | 11011001 | 1010011 | 1000010 |
Color Harmonies of #6098F0
Complementary color
Monochromatic Colors of #6098F0
Black with #6098F0
Text Example
Text Example
White with #6098F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6098F0; }
p { color: rgb(96,152,240); }
H1.HeaderClassName
{
color: #6098F0;
}
.AnyTagClassName
{
color: #6098F0;
}
</style>
background-color css
<style>
a { background-color: #6098F0; }
a { background-color: rgb(96,152,240); }
div.DivClassName
{
background-color: #6098F0;
}
.BgClassName
{
background-color: #6098F0;
}
</style>
border-color css
<style>
span { border-color: #6098F0; }
span { border-color: rgb(96,152,240); }
td.TdClassName
{
border-color: #6098F0;
}
.TagClassName
{
border-color: #6098F0;
}
</style>