Shades of Cornflower Blue #6186D8
Tints of Cornflower Blue #6186D8
RGB
CMYK
RGB Variations
Color information
#6186D8 (or 0x6186D8) is known color: Cornflower Blue. HEX triplet: 61, 86 and D8. RGB value is (97,134,216). Sum of RGB (Red+Green+Blue) = 97+134+216=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #6186D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6186D8 is #9E7927. Grayscale: #838383. Windows color (decimal): -10385704 or 14190177. OLE color: 14190177.
HSL color Cylindrical-coordinate representation of color #6186D8: hue angle of 221.34º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6186D8 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 134 | 216 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.15 |
| HSL | 221.34º | 0.6% | 0.61% | - |
| HSV(B) | 221.34º | 0.55% | 0.85% | - |
| XYZ | 25.85 | 24.55 | 68.34 | - |
| YUV | 132.29 | 175.24 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 216 | 0.55 | 0.38 | 0 | 0.15 | 221.34 | 0.6 | 0.61 |
| Hex | 61 | 86 | D8 | 37 | 26 | 0 | F | DD | 3C | 3D |
| Octal | 141 | 206 | 330 | 67 | 46 | 0 | 17 | 335 | 74 | 75 |
| Binary | 1100001 | 10000110 | 11011000 | 110111 | 100110 | 0 | 1111 | 11011101 | 111100 | 111101 |
Color Harmonies of #6186D8
Complementary color
Monochromatic Colors of #6186D8
Black with #6186D8
Text Example
Text Example
White with #6186D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6186D8; }
p { color: rgb(97,134,216); }
H1.HeaderClassName
{
color: #6186D8;
}
.AnyTagClassName
{
color: #6186D8;
}
</style>
background-color css
<style>
a { background-color: #6186D8; }
a { background-color: rgb(97,134,216); }
div.DivClassName
{
background-color: #6186D8;
}
.BgClassName
{
background-color: #6186D8;
}
</style>
border-color css
<style>
span { border-color: #6186D8; }
span { border-color: rgb(97,134,216); }
td.TdClassName
{
border-color: #6186D8;
}
.TagClassName
{
border-color: #6186D8;
}
</style>