Shades of Cornflower Blue #6184EA
Tints of Cornflower Blue #6184EA
RGB
CMYK
RGB Variations
Color information
#6184EA (or 0x6184EA) is known color: Cornflower Blue. HEX triplet: 61, 84 and EA. RGB value is (97,132,234). Sum of RGB (Red+Green+Blue) = 97+132+234=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #6184EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6184EA is #9E7B15. Grayscale: #848484. Windows color (decimal): -10386198 or 15369313. OLE color: 15369313.
HSL color Cylindrical-coordinate representation of color #6184EA: hue angle of 224.67º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6184EA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 132 | 234 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.08 |
| HSL | 224.67º | 0.77% | 0.65% | - |
| HSV(B) | 224.67º | 0.59% | 0.92% | - |
| XYZ | 28.03 | 24.98 | 81.19 | - |
| YUV | 133.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 132 | 234 | 0.59 | 0.44 | 0 | 0.08 | 224.67 | 0.77 | 0.65 |
| Hex | 61 | 84 | EA | 3B | 2C | 0 | 8 | E1 | 4D | 41 |
| Octal | 141 | 204 | 352 | 73 | 54 | 0 | 10 | 341 | 115 | 101 |
| Binary | 1100001 | 10000100 | 11101010 | 111011 | 101100 | 0 | 1000 | 11100001 | 1001101 | 1000001 |
Color Harmonies of #6184EA
Complementary color
Monochromatic Colors of #6184EA
Black with #6184EA
Text Example
Text Example
White with #6184EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6184EA; }
p { color: rgb(97,132,234); }
H1.HeaderClassName
{
color: #6184EA;
}
.AnyTagClassName
{
color: #6184EA;
}
</style>
background-color css
<style>
a { background-color: #6184EA; }
a { background-color: rgb(97,132,234); }
div.DivClassName
{
background-color: #6184EA;
}
.BgClassName
{
background-color: #6184EA;
}
</style>
border-color css
<style>
span { border-color: #6184EA; }
span { border-color: rgb(97,132,234); }
td.TdClassName
{
border-color: #6184EA;
}
.TagClassName
{
border-color: #6184EA;
}
</style>