Shades of Cornflower Blue #6186FE
Tints of Cornflower Blue #6186FE
RGB
CMYK
RGB Variations
Color information
#6186FE (or 0x6186FE) is known color: Cornflower Blue. HEX triplet: 61, 86 and FE. RGB value is (97,134,254). Sum of RGB (Red+Green+Blue) = 97+134+254=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #6186FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6186FE is #9E7901. Grayscale: #888888. Windows color (decimal): -10385666 or 16680545. OLE color: 16680545.
HSL color Cylindrical-coordinate representation of color #6186FE: hue angle of 225.86º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6186FE is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 134 | 254 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.00 |
| HSL | 225.86º | 0.99% | 0.69% | - |
| HSV(B) | 225.86º | 0.62% | 1% | - |
| XYZ | 31.34 | 26.75 | 97.28 | - |
| YUV | 136.62 | 194.24 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 254 | 0.62 | 0.47 | 0 | 0.00 | 225.86 | 0.99 | 0.69 |
| Hex | 61 | 86 | FE | 3E | 2F | 0 | 0 | E2 | 63 | 45 |
| Octal | 141 | 206 | 376 | 76 | 57 | 0 | 0 | 342 | 143 | 105 |
| Binary | 1100001 | 10000110 | 11111110 | 111110 | 101111 | 0 | 0 | 11100010 | 1100011 | 1000101 |
Color Harmonies of #6186FE
Complementary color
Monochromatic Colors of #6186FE
Black with #6186FE
Text Example
Text Example
White with #6186FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6186FE; }
p { color: rgb(97,134,254); }
H1.HeaderClassName
{
color: #6186FE;
}
.AnyTagClassName
{
color: #6186FE;
}
</style>
background-color css
<style>
a { background-color: #6186FE; }
a { background-color: rgb(97,134,254); }
div.DivClassName
{
background-color: #6186FE;
}
.BgClassName
{
background-color: #6186FE;
}
</style>
border-color css
<style>
span { border-color: #6186FE; }
span { border-color: rgb(97,134,254); }
td.TdClassName
{
border-color: #6186FE;
}
.TagClassName
{
border-color: #6186FE;
}
</style>