Shades of Cornflower Blue #6994EF
Tints of Cornflower Blue #6994EF
RGB
CMYK
RGB Variations
Color information
#6994EF (or 0x6994EF) is known color: Cornflower Blue. HEX triplet: 69, 94 and EF. RGB value is (105,148,239). Sum of RGB (Red+Green+Blue) = 105+148+239=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #6994EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6994EF is #966B10. Grayscale: #919191. Windows color (decimal): -9857809 or 15701097. OLE color: 15701097.
HSL color Cylindrical-coordinate representation of color #6994EF: hue angle of 220.75º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6994EF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 148 | 239 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.06 |
| HSL | 220.75º | 0.81% | 0.67% | - |
| HSV(B) | 220.75º | 0.56% | 0.94% | - |
| XYZ | 32 | 30.42 | 85.85 | - |
| YUV | 145.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 239 | 0.56 | 0.38 | 0 | 0.06 | 220.75 | 0.81 | 0.67 |
| Hex | 69 | 94 | EF | 38 | 26 | 0 | 6 | DD | 51 | 43 |
| Octal | 151 | 224 | 357 | 70 | 46 | 0 | 6 | 335 | 121 | 103 |
| Binary | 1101001 | 10010100 | 11101111 | 111000 | 100110 | 0 | 110 | 11011101 | 1010001 | 1000011 |
Color Harmonies of #6994EF
Complementary color
Monochromatic Colors of #6994EF
Black with #6994EF
Text Example
Text Example
White with #6994EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6994EF; }
p { color: rgb(105,148,239); }
H1.HeaderClassName
{
color: #6994EF;
}
.AnyTagClassName
{
color: #6994EF;
}
</style>
background-color css
<style>
a { background-color: #6994EF; }
a { background-color: rgb(105,148,239); }
div.DivClassName
{
background-color: #6994EF;
}
.BgClassName
{
background-color: #6994EF;
}
</style>
border-color css
<style>
span { border-color: #6994EF; }
span { border-color: rgb(105,148,239); }
td.TdClassName
{
border-color: #6994EF;
}
.TagClassName
{
border-color: #6994EF;
}
</style>