Shades of Cornflower Blue #6084DF
Tints of Cornflower Blue #6084DF
RGB
CMYK
RGB Variations
Color information
#6084DF (or 0x6084DF) is known color: Cornflower Blue. HEX triplet: 60, 84 and DF. RGB value is (96,132,223). Sum of RGB (Red+Green+Blue) = 96+132+223=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #6084DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6084DF is #9F7B20. Grayscale: #838383. Windows color (decimal): -10451745 or 14648416. OLE color: 14648416.
HSL color Cylindrical-coordinate representation of color #6084DF: hue angle of 222.99º 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 #6084DF is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 132 | 223 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.13 |
| HSL | 222.99º | 0.66% | 0.63% | - |
| HSV(B) | 222.99º | 0.57% | 0.87% | - |
| XYZ | 26.39 | 24.32 | 73.11 | - |
| YUV | 131.61 | 179.57 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 223 | 0.57 | 0.41 | 0 | 0.13 | 222.99 | 0.66 | 0.63 |
| Hex | 60 | 84 | DF | 39 | 29 | 0 | D | DF | 42 | 3F |
| Octal | 140 | 204 | 337 | 71 | 51 | 0 | 15 | 337 | 102 | 77 |
| Binary | 1100000 | 10000100 | 11011111 | 111001 | 101001 | 0 | 1101 | 11011111 | 1000010 | 111111 |
Color Harmonies of #6084DF
Complementary color
Monochromatic Colors of #6084DF
Black with #6084DF
Text Example
Text Example
White with #6084DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6084DF; }
p { color: rgb(96,132,223); }
H1.HeaderClassName
{
color: #6084DF;
}
.AnyTagClassName
{
color: #6084DF;
}
</style>
background-color css
<style>
a { background-color: #6084DF; }
a { background-color: rgb(96,132,223); }
div.DivClassName
{
background-color: #6084DF;
}
.BgClassName
{
background-color: #6084DF;
}
</style>
border-color css
<style>
span { border-color: #6084DF; }
span { border-color: rgb(96,132,223); }
td.TdClassName
{
border-color: #6084DF;
}
.TagClassName
{
border-color: #6084DF;
}
</style>