Shades of Cornflower Blue #6C85EC
Tints of Cornflower Blue #6C85EC
RGB
CMYK
RGB Variations
Color information
#6C85EC (or 0x6C85EC) is known color: Cornflower Blue. HEX triplet: 6C, 85 and EC. RGB value is (108,133,236). Sum of RGB (Red+Green+Blue) = 108+133+236=477 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.64% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C85EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C85EC is #937A13. Grayscale: #888888. Windows color (decimal): -9665044 or 15500652. OLE color: 15500652.
HSL color Cylindrical-coordinate representation of color #6C85EC: hue angle of 228.28º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C85EC is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 133 | 236 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.07 |
| HSL | 228.28º | 0.77% | 0.67% | - |
| HSV(B) | 228.28º | 0.54% | 0.93% | - |
| XYZ | 29.71 | 26.02 | 82.81 | - |
| YUV | 137.27 | 183.72 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 236 | 0.54 | 0.44 | 0 | 0.07 | 228.28 | 0.77 | 0.67 |
| Hex | 6C | 85 | EC | 36 | 2C | 0 | 7 | E4 | 4D | 43 |
| Octal | 154 | 205 | 354 | 66 | 54 | 0 | 7 | 344 | 115 | 103 |
| Binary | 1101100 | 10000101 | 11101100 | 110110 | 101100 | 0 | 111 | 11100100 | 1001101 | 1000011 |
Color Harmonies of #6C85EC
Complementary color
Monochromatic Colors of #6C85EC
Black with #6C85EC
Text Example
Text Example
White with #6C85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C85EC; }
p { color: rgb(108,133,236); }
H1.HeaderClassName
{
color: #6C85EC;
}
.AnyTagClassName
{
color: #6C85EC;
}
</style>
background-color css
<style>
a { background-color: #6C85EC; }
a { background-color: rgb(108,133,236); }
div.DivClassName
{
background-color: #6C85EC;
}
.BgClassName
{
background-color: #6C85EC;
}
</style>
border-color css
<style>
span { border-color: #6C85EC; }
span { border-color: rgb(108,133,236); }
td.TdClassName
{
border-color: #6C85EC;
}
.TagClassName
{
border-color: #6C85EC;
}
</style>