Shades of Cornflower Blue #6098FF
Tints of Cornflower Blue #6098FF
RGB
CMYK
RGB Variations
Color information
#6098FF (or 0x6098FF) is known color: Cornflower Blue. HEX triplet: 60, 98 and FF. RGB value is (96,152,255). Sum of RGB (Red+Green+Blue) = 96+152+255=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #6098FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6098FF is #9F6700. Grayscale: #929292. Windows color (decimal): -10446593 or 16750688. OLE color: 16750688.
HSL color Cylindrical-coordinate representation of color #6098FF: hue angle of 218.87º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6098FF is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 152 | 255 | - |
| CMYK | 0.62 | 0.40 | 0 | 0 |
| HSL | 218.87º | 1% | 0.69% | - |
| HSV(B) | 218.87º | 0.62% | 1% | - |
| XYZ | 34.1 | 32.16 | 99.02 | - |
| YUV | 147 | 188.95 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 255 | 0.62 | 0.40 | 0 | 0 | 218.87 | 1 | 0.69 |
| Hex | 60 | 98 | FF | 3E | 28 | 0 | 0 | DB | 64 | 45 |
| Octal | 140 | 230 | 377 | 76 | 50 | 0 | 0 | 333 | 144 | 105 |
| Binary | 1100000 | 10011000 | 11111111 | 111110 | 101000 | 0 | 0 | 11011011 | 1100100 | 1000101 |
Color Harmonies of #6098FF
Complementary color
Monochromatic Colors of #6098FF
Black with #6098FF
Text Example
Text Example
White with #6098FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6098FF; }
p { color: rgb(96,152,255); }
H1.HeaderClassName
{
color: #6098FF;
}
.AnyTagClassName
{
color: #6098FF;
}
</style>
background-color css
<style>
a { background-color: #6098FF; }
a { background-color: rgb(96,152,255); }
div.DivClassName
{
background-color: #6098FF;
}
.BgClassName
{
background-color: #6098FF;
}
</style>
border-color css
<style>
span { border-color: #6098FF; }
span { border-color: rgb(96,152,255); }
td.TdClassName
{
border-color: #6098FF;
}
.TagClassName
{
border-color: #6098FF;
}
</style>