Shades of Cornflower Blue #6994EC
Tints of Cornflower Blue #6994EC
RGB
CMYK
RGB Variations
Color information
#6994EC (or 0x6994EC) is known color: Cornflower Blue. HEX triplet: 69, 94 and EC. RGB value is (105,148,236). Sum of RGB (Red+Green+Blue) = 105+148+236=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #6994EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6994EC is #966B13. Grayscale: #909090. Windows color (decimal): -9857812 or 15504489. OLE color: 15504489.
HSL color Cylindrical-coordinate representation of color #6994EC: hue angle of 220.31º 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 #6994EC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 148 | 236 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.07 |
| HSL | 220.31º | 0.78% | 0.67% | - |
| HSV(B) | 220.31º | 0.56% | 0.93% | - |
| XYZ | 31.56 | 30.24 | 83.53 | - |
| YUV | 145.18 | 179.25 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 236 | 0.56 | 0.37 | 0 | 0.07 | 220.31 | 0.78 | 0.67 |
| Hex | 69 | 94 | EC | 38 | 25 | 0 | 7 | DC | 4E | 43 |
| Octal | 151 | 224 | 354 | 70 | 45 | 0 | 7 | 334 | 116 | 103 |
| Binary | 1101001 | 10010100 | 11101100 | 111000 | 100101 | 0 | 111 | 11011100 | 1001110 | 1000011 |
Color Harmonies of #6994EC
Complementary color
Monochromatic Colors of #6994EC
Black with #6994EC
Text Example
Text Example
White with #6994EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6994EC; }
p { color: rgb(105,148,236); }
H1.HeaderClassName
{
color: #6994EC;
}
.AnyTagClassName
{
color: #6994EC;
}
</style>
background-color css
<style>
a { background-color: #6994EC; }
a { background-color: rgb(105,148,236); }
div.DivClassName
{
background-color: #6994EC;
}
.BgClassName
{
background-color: #6994EC;
}
</style>
border-color css
<style>
span { border-color: #6994EC; }
span { border-color: rgb(105,148,236); }
td.TdClassName
{
border-color: #6994EC;
}
.TagClassName
{
border-color: #6994EC;
}
</style>