Shades of Cornflower Blue #6099DF
Tints of Cornflower Blue #6099DF
RGB
CMYK
RGB Variations
Color information
#6099DF (or 0x6099DF) is known color: Cornflower Blue. HEX triplet: 60, 99 and DF. RGB value is (96,153,223). Sum of RGB (Red+Green+Blue) = 96+153+223=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #6099DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099DF is #9F6620. Grayscale: #8F8F8F. Windows color (decimal): -10446369 or 14653792. OLE color: 14653792.
HSL color Cylindrical-coordinate representation of color #6099DF: hue angle of 213.07º 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 #6099DF is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 153 | 223 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.13 |
| HSL | 213.07º | 0.66% | 0.63% | - |
| HSV(B) | 213.07º | 0.57% | 0.87% | - |
| XYZ | 29.53 | 30.6 | 74.16 | - |
| YUV | 143.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 223 | 0.57 | 0.31 | 0 | 0.13 | 213.07 | 0.66 | 0.63 |
| Hex | 60 | 99 | DF | 39 | 1F | 0 | D | D5 | 42 | 3F |
| Octal | 140 | 231 | 337 | 71 | 37 | 0 | 15 | 325 | 102 | 77 |
| Binary | 1100000 | 10011001 | 11011111 | 111001 | 11111 | 0 | 1101 | 11010101 | 1000010 | 111111 |
Color Harmonies of #6099DF
Complementary color
Monochromatic Colors of #6099DF
Black with #6099DF
Text Example
Text Example
White with #6099DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6099DF; }
p { color: rgb(96,153,223); }
H1.HeaderClassName
{
color: #6099DF;
}
.AnyTagClassName
{
color: #6099DF;
}
</style>
background-color css
<style>
a { background-color: #6099DF; }
a { background-color: rgb(96,153,223); }
div.DivClassName
{
background-color: #6099DF;
}
.BgClassName
{
background-color: #6099DF;
}
</style>
border-color css
<style>
span { border-color: #6099DF; }
span { border-color: rgb(96,153,223); }
td.TdClassName
{
border-color: #6099DF;
}
.TagClassName
{
border-color: #6099DF;
}
</style>