Shades of Cornflower Blue #6B84EC
Tints of Cornflower Blue #6B84EC
RGB
CMYK
RGB Variations
Color information
#6B84EC (or 0x6B84EC) is known color: Cornflower Blue. HEX triplet: 6B, 84 and EC. RGB value is (107,132,236). Sum of RGB (Red+Green+Blue) = 107+132+236=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B84EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B84EC is #947B13. Grayscale: #878787. Windows color (decimal): -9730836 or 15500395. OLE color: 15500395.
HSL color Cylindrical-coordinate representation of color #6B84EC: hue angle of 228.37º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B84EC is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 132 | 236 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.07 |
| HSL | 228.37º | 0.77% | 0.67% | - |
| HSV(B) | 228.37º | 0.55% | 0.93% | - |
| XYZ | 29.45 | 25.68 | 82.76 | - |
| YUV | 136.38 | 184.22 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 236 | 0.55 | 0.44 | 0 | 0.07 | 228.37 | 0.77 | 0.67 |
| Hex | 6B | 84 | EC | 37 | 2C | 0 | 7 | E4 | 4D | 43 |
| Octal | 153 | 204 | 354 | 67 | 54 | 0 | 7 | 344 | 115 | 103 |
| Binary | 1101011 | 10000100 | 11101100 | 110111 | 101100 | 0 | 111 | 11100100 | 1001101 | 1000011 |
Color Harmonies of #6B84EC
Complementary color
Monochromatic Colors of #6B84EC
Black with #6B84EC
Text Example
Text Example
White with #6B84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B84EC; }
p { color: rgb(107,132,236); }
H1.HeaderClassName
{
color: #6B84EC;
}
.AnyTagClassName
{
color: #6B84EC;
}
</style>
background-color css
<style>
a { background-color: #6B84EC; }
a { background-color: rgb(107,132,236); }
div.DivClassName
{
background-color: #6B84EC;
}
.BgClassName
{
background-color: #6B84EC;
}
</style>
border-color css
<style>
span { border-color: #6B84EC; }
span { border-color: rgb(107,132,236); }
td.TdClassName
{
border-color: #6B84EC;
}
.TagClassName
{
border-color: #6B84EC;
}
</style>