Shades of Cornflower Blue #6184EC
Tints of Cornflower Blue #6184EC
RGB
CMYK
RGB Variations
Color information
#6184EC (or 0x6184EC) is known color: Cornflower Blue. HEX triplet: 61, 84 and EC. RGB value is (97,132,236). Sum of RGB (Red+Green+Blue) = 97+132+236=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #6184EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6184EC is #9E7B13. Grayscale: #848484. Windows color (decimal): -10386196 or 15500385. OLE color: 15500385.
HSL color Cylindrical-coordinate representation of color #6184EC: hue angle of 224.89º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6184EC is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 132 | 236 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.07 |
| HSL | 224.89º | 0.79% | 0.65% | - |
| HSV(B) | 224.89º | 0.59% | 0.93% | - |
| XYZ | 28.32 | 25.1 | 82.71 | - |
| YUV | 133.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 132 | 236 | 0.59 | 0.44 | 0 | 0.07 | 224.89 | 0.79 | 0.65 |
| Hex | 61 | 84 | EC | 3B | 2C | 0 | 7 | E1 | 4F | 41 |
| Octal | 141 | 204 | 354 | 73 | 54 | 0 | 7 | 341 | 117 | 101 |
| Binary | 1100001 | 10000100 | 11101100 | 111011 | 101100 | 0 | 111 | 11100001 | 1001111 | 1000001 |
Color Harmonies of #6184EC
Complementary color
Monochromatic Colors of #6184EC
Black with #6184EC
Text Example
Text Example
White with #6184EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6184EC; }
p { color: rgb(97,132,236); }
H1.HeaderClassName
{
color: #6184EC;
}
.AnyTagClassName
{
color: #6184EC;
}
</style>
background-color css
<style>
a { background-color: #6184EC; }
a { background-color: rgb(97,132,236); }
div.DivClassName
{
background-color: #6184EC;
}
.BgClassName
{
background-color: #6184EC;
}
</style>
border-color css
<style>
span { border-color: #6184EC; }
span { border-color: rgb(97,132,236); }
td.TdClassName
{
border-color: #6184EC;
}
.TagClassName
{
border-color: #6184EC;
}
</style>