Shades of Cornflower Blue #6181EC
Tints of Cornflower Blue #6181EC
RGB
CMYK
RGB Variations
Color information
#6181EC (or 0x6181EC) is known color: Cornflower Blue. HEX triplet: 61, 81 and EC. RGB value is (97,129,236). Sum of RGB (Red+Green+Blue) = 97+129+236=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #6181EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6181EC is #9E7E13. Grayscale: #838383. Windows color (decimal): -10386964 or 15499617. OLE color: 15499617.
HSL color Cylindrical-coordinate representation of color #6181EC: hue angle of 226.19º 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 #6181EC is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 129 | 236 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.07 |
| HSL | 226.19º | 0.79% | 0.65% | - |
| HSV(B) | 226.19º | 0.59% | 0.93% | - |
| XYZ | 27.92 | 24.3 | 82.58 | - |
| YUV | 131.63 | 186.9 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 236 | 0.59 | 0.45 | 0 | 0.07 | 226.19 | 0.79 | 0.65 |
| Hex | 61 | 81 | EC | 3B | 2D | 0 | 7 | E2 | 4F | 41 |
| Octal | 141 | 201 | 354 | 73 | 55 | 0 | 7 | 342 | 117 | 101 |
| Binary | 1100001 | 10000001 | 11101100 | 111011 | 101101 | 0 | 111 | 11100010 | 1001111 | 1000001 |
Color Harmonies of #6181EC
Complementary color
Monochromatic Colors of #6181EC
Black with #6181EC
Text Example
Text Example
White with #6181EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6181EC; }
p { color: rgb(97,129,236); }
H1.HeaderClassName
{
color: #6181EC;
}
.AnyTagClassName
{
color: #6181EC;
}
</style>
background-color css
<style>
a { background-color: #6181EC; }
a { background-color: rgb(97,129,236); }
div.DivClassName
{
background-color: #6181EC;
}
.BgClassName
{
background-color: #6181EC;
}
</style>
border-color css
<style>
span { border-color: #6181EC; }
span { border-color: rgb(97,129,236); }
td.TdClassName
{
border-color: #6181EC;
}
.TagClassName
{
border-color: #6181EC;
}
</style>