Shades of Cornflower Blue #6084E4
Tints of Cornflower Blue #6084E4
RGB
CMYK
RGB Variations
Color information
#6084E4 (or 0x6084E4) is known color: Cornflower Blue. HEX triplet: 60, 84 and E4. RGB value is (96,132,228). Sum of RGB (Red+Green+Blue) = 96+132+228=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #6084E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6084E4 is #9F7B1B. Grayscale: #838383. Windows color (decimal): -10451740 or 14976096. OLE color: 14976096.
HSL color Cylindrical-coordinate representation of color #6084E4: hue angle of 223.64º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6084E4 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 132 | 228 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.11 |
| HSL | 223.64º | 0.71% | 0.64% | - |
| HSV(B) | 223.64º | 0.58% | 0.89% | - |
| XYZ | 27.08 | 24.59 | 76.72 | - |
| YUV | 132.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 228 | 0.58 | 0.42 | 0 | 0.11 | 223.64 | 0.71 | 0.64 |
| Hex | 60 | 84 | E4 | 3A | 2A | 0 | B | E0 | 47 | 40 |
| Octal | 140 | 204 | 344 | 72 | 52 | 0 | 13 | 340 | 107 | 100 |
| Binary | 1100000 | 10000100 | 11100100 | 111010 | 101010 | 0 | 1011 | 11100000 | 1000111 | 1000000 |
Color Harmonies of #6084E4
Complementary color
Monochromatic Colors of #6084E4
Black with #6084E4
Text Example
Text Example
White with #6084E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6084E4; }
p { color: rgb(96,132,228); }
H1.HeaderClassName
{
color: #6084E4;
}
.AnyTagClassName
{
color: #6084E4;
}
</style>
background-color css
<style>
a { background-color: #6084E4; }
a { background-color: rgb(96,132,228); }
div.DivClassName
{
background-color: #6084E4;
}
.BgClassName
{
background-color: #6084E4;
}
</style>
border-color css
<style>
span { border-color: #6084E4; }
span { border-color: rgb(96,132,228); }
td.TdClassName
{
border-color: #6084E4;
}
.TagClassName
{
border-color: #6084E4;
}
</style>