Shades of Cornflower Blue #6994FA
Tints of Cornflower Blue #6994FA
RGB
CMYK
RGB Variations
Color information
#6994FA (or 0x6994FA) is known color: Cornflower Blue. HEX triplet: 69, 94 and FA. RGB value is (105,148,250). Sum of RGB (Red+Green+Blue) = 105+148+250=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #6994FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6994FA is #966B05. Grayscale: #929292. Windows color (decimal): -9857798 or 16421993. OLE color: 16421993.
HSL color Cylindrical-coordinate representation of color #6994FA: hue angle of 222.21º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6994FA is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 148 | 250 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.02 |
| HSL | 222.21º | 0.94% | 0.7% | - |
| HSV(B) | 222.21º | 0.58% | 0.98% | - |
| XYZ | 33.67 | 31.09 | 94.67 | - |
| YUV | 146.77 | 186.25 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 250 | 0.58 | 0.41 | 0 | 0.02 | 222.21 | 0.94 | 0.7 |
| Hex | 69 | 94 | FA | 3A | 29 | 0 | 2 | DE | 5E | 46 |
| Octal | 151 | 224 | 372 | 72 | 51 | 0 | 2 | 336 | 136 | 106 |
| Binary | 1101001 | 10010100 | 11111010 | 111010 | 101001 | 0 | 10 | 11011110 | 1011110 | 1000110 |
Color Harmonies of #6994FA
Complementary color
Monochromatic Colors of #6994FA
Black with #6994FA
Text Example
Text Example
White with #6994FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6994FA; }
p { color: rgb(105,148,250); }
H1.HeaderClassName
{
color: #6994FA;
}
.AnyTagClassName
{
color: #6994FA;
}
</style>
background-color css
<style>
a { background-color: #6994FA; }
a { background-color: rgb(105,148,250); }
div.DivClassName
{
background-color: #6994FA;
}
.BgClassName
{
background-color: #6994FA;
}
</style>
border-color css
<style>
span { border-color: #6994FA; }
span { border-color: rgb(105,148,250); }
td.TdClassName
{
border-color: #6994FA;
}
.TagClassName
{
border-color: #6994FA;
}
</style>