Shades of Cornflower Blue #6096DF
Tints of Cornflower Blue #6096DF
RGB
CMYK
RGB Variations
Color information
#6096DF (or 0x6096DF) is known color: Cornflower Blue. HEX triplet: 60, 96 and DF. RGB value is (96,150,223). Sum of RGB (Red+Green+Blue) = 96+150+223=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #6096DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096DF is #9F6920. Grayscale: #8D8D8D. Windows color (decimal): -10447137 or 14653024. OLE color: 14653024.
HSL color Cylindrical-coordinate representation of color #6096DF: hue angle of 214.49º 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 #6096DF is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 150 | 223 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.13 |
| HSL | 214.49º | 0.66% | 0.63% | - |
| HSV(B) | 214.49º | 0.57% | 0.87% | - |
| XYZ | 29.05 | 29.63 | 74 | - |
| YUV | 142.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 223 | 0.57 | 0.33 | 0 | 0.13 | 214.49 | 0.66 | 0.63 |
| Hex | 60 | 96 | DF | 39 | 21 | 0 | D | D6 | 42 | 3F |
| Octal | 140 | 226 | 337 | 71 | 41 | 0 | 15 | 326 | 102 | 77 |
| Binary | 1100000 | 10010110 | 11011111 | 111001 | 100001 | 0 | 1101 | 11010110 | 1000010 | 111111 |
Color Harmonies of #6096DF
Complementary color
Monochromatic Colors of #6096DF
Black with #6096DF
Text Example
Text Example
White with #6096DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6096DF; }
p { color: rgb(96,150,223); }
H1.HeaderClassName
{
color: #6096DF;
}
.AnyTagClassName
{
color: #6096DF;
}
</style>
background-color css
<style>
a { background-color: #6096DF; }
a { background-color: rgb(96,150,223); }
div.DivClassName
{
background-color: #6096DF;
}
.BgClassName
{
background-color: #6096DF;
}
</style>
border-color css
<style>
span { border-color: #6096DF; }
span { border-color: rgb(96,150,223); }
td.TdClassName
{
border-color: #6096DF;
}
.TagClassName
{
border-color: #6096DF;
}
</style>