Shades of Cornflower Blue #6084EE
Tints of Cornflower Blue #6084EE
RGB
CMYK
RGB Variations
Color information
#6084EE (or 0x6084EE) is known color: Cornflower Blue. HEX triplet: 60, 84 and EE. RGB value is (96,132,238). Sum of RGB (Red+Green+Blue) = 96+132+238=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #6084EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6084EE is #9F7B11. Grayscale: #848484. Windows color (decimal): -10451730 or 15631456. OLE color: 15631456.
HSL color Cylindrical-coordinate representation of color #6084EE: hue angle of 224.79º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6084EE is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 132 | 238 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.07 |
| HSL | 224.79º | 0.81% | 0.65% | - |
| HSV(B) | 224.79º | 0.6% | 0.93% | - |
| XYZ | 28.51 | 25.16 | 84.24 | - |
| YUV | 133.32 | 187.07 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 238 | 0.60 | 0.45 | 0 | 0.07 | 224.79 | 0.81 | 0.65 |
| Hex | 60 | 84 | EE | 3C | 2D | 0 | 7 | E1 | 51 | 41 |
| Octal | 140 | 204 | 356 | 74 | 55 | 0 | 7 | 341 | 121 | 101 |
| Binary | 1100000 | 10000100 | 11101110 | 111100 | 101101 | 0 | 111 | 11100001 | 1010001 | 1000001 |
Color Harmonies of #6084EE
Complementary color
Monochromatic Colors of #6084EE
Black with #6084EE
Text Example
Text Example
White with #6084EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6084EE; }
p { color: rgb(96,132,238); }
H1.HeaderClassName
{
color: #6084EE;
}
.AnyTagClassName
{
color: #6084EE;
}
</style>
background-color css
<style>
a { background-color: #6084EE; }
a { background-color: rgb(96,132,238); }
div.DivClassName
{
background-color: #6084EE;
}
.BgClassName
{
background-color: #6084EE;
}
</style>
border-color css
<style>
span { border-color: #6084EE; }
span { border-color: rgb(96,132,238); }
td.TdClassName
{
border-color: #6084EE;
}
.TagClassName
{
border-color: #6084EE;
}
</style>