Shades of Cornflower Blue #6186EC
Tints of Cornflower Blue #6186EC
RGB
CMYK
RGB Variations
Color information
#6186EC (or 0x6186EC) is known color: Cornflower Blue. HEX triplet: 61, 86 and EC. RGB value is (97,134,236). Sum of RGB (Red+Green+Blue) = 97+134+236=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #6186EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6186EC is #9E7913. Grayscale: #868686. Windows color (decimal): -10385684 or 15500897. OLE color: 15500897.
HSL color Cylindrical-coordinate representation of color #6186EC: hue angle of 224.03º 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 #6186EC is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 134 | 236 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.07 |
| HSL | 224.03º | 0.79% | 0.65% | - |
| HSV(B) | 224.03º | 0.59% | 0.93% | - |
| XYZ | 28.6 | 25.65 | 82.8 | - |
| YUV | 134.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 236 | 0.59 | 0.43 | 0 | 0.07 | 224.03 | 0.79 | 0.65 |
| Hex | 61 | 86 | EC | 3B | 2B | 0 | 7 | E0 | 4F | 41 |
| Octal | 141 | 206 | 354 | 73 | 53 | 0 | 7 | 340 | 117 | 101 |
| Binary | 1100001 | 10000110 | 11101100 | 111011 | 101011 | 0 | 111 | 11100000 | 1001111 | 1000001 |
Color Harmonies of #6186EC
Complementary color
Monochromatic Colors of #6186EC
Black with #6186EC
Text Example
Text Example
White with #6186EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6186EC; }
p { color: rgb(97,134,236); }
H1.HeaderClassName
{
color: #6186EC;
}
.AnyTagClassName
{
color: #6186EC;
}
</style>
background-color css
<style>
a { background-color: #6186EC; }
a { background-color: rgb(97,134,236); }
div.DivClassName
{
background-color: #6186EC;
}
.BgClassName
{
background-color: #6186EC;
}
</style>
border-color css
<style>
span { border-color: #6186EC; }
span { border-color: rgb(97,134,236); }
td.TdClassName
{
border-color: #6186EC;
}
.TagClassName
{
border-color: #6186EC;
}
</style>