Shades of Cornflower Blue #6892EC
Tints of Cornflower Blue #6892EC
RGB
CMYK
RGB Variations
Color information
#6892EC (or 0x6892EC) is known color: Cornflower Blue. HEX triplet: 68, 92 and EC. RGB value is (104,146,236). Sum of RGB (Red+Green+Blue) = 104+146+236=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #6892EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6892EC is #976D13. Grayscale: #8F8F8F. Windows color (decimal): -9923860 or 15503976. OLE color: 15503976.
HSL color Cylindrical-coordinate representation of color #6892EC: hue angle of 220.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6892EC is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 146 | 236 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.07 |
| HSL | 220.91º | 0.78% | 0.67% | - |
| HSV(B) | 220.91º | 0.56% | 0.93% | - |
| XYZ | 31.13 | 29.56 | 83.42 | - |
| YUV | 143.7 | 180.09 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 236 | 0.56 | 0.38 | 0 | 0.07 | 220.91 | 0.78 | 0.67 |
| Hex | 68 | 92 | EC | 38 | 26 | 0 | 7 | DD | 4E | 43 |
| Octal | 150 | 222 | 354 | 70 | 46 | 0 | 7 | 335 | 116 | 103 |
| Binary | 1101000 | 10010010 | 11101100 | 111000 | 100110 | 0 | 111 | 11011101 | 1001110 | 1000011 |
Color Harmonies of #6892EC
Complementary color
Monochromatic Colors of #6892EC
Black with #6892EC
Text Example
Text Example
White with #6892EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6892EC; }
p { color: rgb(104,146,236); }
H1.HeaderClassName
{
color: #6892EC;
}
.AnyTagClassName
{
color: #6892EC;
}
</style>
background-color css
<style>
a { background-color: #6892EC; }
a { background-color: rgb(104,146,236); }
div.DivClassName
{
background-color: #6892EC;
}
.BgClassName
{
background-color: #6892EC;
}
</style>
border-color css
<style>
span { border-color: #6892EC; }
span { border-color: rgb(104,146,236); }
td.TdClassName
{
border-color: #6892EC;
}
.TagClassName
{
border-color: #6892EC;
}
</style>