Shades of Cornflower Blue #6098DF
Tints of Cornflower Blue #6098DF
RGB
CMYK
RGB Variations
Color information
#6098DF (or 0x6098DF) is known color: Cornflower Blue. HEX triplet: 60, 98 and DF. RGB value is (96,152,223). Sum of RGB (Red+Green+Blue) = 96+152+223=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #6098DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098DF is #9F6720. Grayscale: #8F8F8F. Windows color (decimal): -10446625 or 14653536. OLE color: 14653536.
HSL color Cylindrical-coordinate representation of color #6098DF: hue angle of 213.54º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6098DF is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 152 | 223 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.13 |
| HSL | 213.54º | 0.66% | 0.63% | - |
| HSV(B) | 213.54º | 0.57% | 0.87% | - |
| XYZ | 29.37 | 30.27 | 74.11 | - |
| YUV | 143.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 223 | 0.57 | 0.32 | 0 | 0.13 | 213.54 | 0.66 | 0.63 |
| Hex | 60 | 98 | DF | 39 | 20 | 0 | D | D6 | 42 | 3F |
| Octal | 140 | 230 | 337 | 71 | 40 | 0 | 15 | 326 | 102 | 77 |
| Binary | 1100000 | 10011000 | 11011111 | 111001 | 100000 | 0 | 1101 | 11010110 | 1000010 | 111111 |
Color Harmonies of #6098DF
Complementary color
Monochromatic Colors of #6098DF
Black with #6098DF
Text Example
Text Example
White with #6098DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6098DF; }
p { color: rgb(96,152,223); }
H1.HeaderClassName
{
color: #6098DF;
}
.AnyTagClassName
{
color: #6098DF;
}
</style>
background-color css
<style>
a { background-color: #6098DF; }
a { background-color: rgb(96,152,223); }
div.DivClassName
{
background-color: #6098DF;
}
.BgClassName
{
background-color: #6098DF;
}
</style>
border-color css
<style>
span { border-color: #6098DF; }
span { border-color: rgb(96,152,223); }
td.TdClassName
{
border-color: #6098DF;
}
.TagClassName
{
border-color: #6098DF;
}
</style>