Shades of Cornflower Blue #6992EC
Tints of Cornflower Blue #6992EC
RGB
CMYK
RGB Variations
Color information
#6992EC (or 0x6992EC) is known color: Cornflower Blue. HEX triplet: 69, 92 and EC. RGB value is (105,146,236). Sum of RGB (Red+Green+Blue) = 105+146+236=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #6992EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6992EC is #966D13. Grayscale: #8F8F8F. Windows color (decimal): -9858324 or 15503977. OLE color: 15503977.
HSL color Cylindrical-coordinate representation of color #6992EC: hue angle of 221.22º 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 #6992EC is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 146 | 236 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.07 |
| HSL | 221.22º | 0.78% | 0.67% | - |
| HSV(B) | 221.22º | 0.56% | 0.93% | - |
| XYZ | 31.24 | 29.62 | 83.43 | - |
| YUV | 144 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 236 | 0.56 | 0.38 | 0 | 0.07 | 221.22 | 0.78 | 0.67 |
| Hex | 69 | 92 | EC | 38 | 26 | 0 | 7 | DD | 4E | 43 |
| Octal | 151 | 222 | 354 | 70 | 46 | 0 | 7 | 335 | 116 | 103 |
| Binary | 1101001 | 10010010 | 11101100 | 111000 | 100110 | 0 | 111 | 11011101 | 1001110 | 1000011 |
Color Harmonies of #6992EC
Complementary color
Monochromatic Colors of #6992EC
Black with #6992EC
Text Example
Text Example
White with #6992EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6992EC; }
p { color: rgb(105,146,236); }
H1.HeaderClassName
{
color: #6992EC;
}
.AnyTagClassName
{
color: #6992EC;
}
</style>
background-color css
<style>
a { background-color: #6992EC; }
a { background-color: rgb(105,146,236); }
div.DivClassName
{
background-color: #6992EC;
}
.BgClassName
{
background-color: #6992EC;
}
</style>
border-color css
<style>
span { border-color: #6992EC; }
span { border-color: rgb(105,146,236); }
td.TdClassName
{
border-color: #6992EC;
}
.TagClassName
{
border-color: #6992EC;
}
</style>