Shades of Cornflower Blue #6993FA
Tints of Cornflower Blue #6993FA
RGB
CMYK
RGB Variations
Color information
#6993FA (or 0x6993FA) is known color: Cornflower Blue. HEX triplet: 69, 93 and FA. RGB value is (105,147,250). Sum of RGB (Red+Green+Blue) = 105+147+250=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #6993FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6993FA is #966C05. Grayscale: #919191. Windows color (decimal): -9858054 or 16421737. OLE color: 16421737.
HSL color Cylindrical-coordinate representation of color #6993FA: hue angle of 222.62º 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 #6993FA is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 147 | 250 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.02 |
| HSL | 222.62º | 0.94% | 0.7% | - |
| HSV(B) | 222.62º | 0.58% | 0.98% | - |
| XYZ | 33.51 | 30.77 | 94.62 | - |
| YUV | 146.18 | 186.59 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 250 | 0.58 | 0.41 | 0 | 0.02 | 222.62 | 0.94 | 0.7 |
| Hex | 69 | 93 | FA | 3A | 29 | 0 | 2 | DF | 5E | 46 |
| Octal | 151 | 223 | 372 | 72 | 51 | 0 | 2 | 337 | 136 | 106 |
| Binary | 1101001 | 10010011 | 11111010 | 111010 | 101001 | 0 | 10 | 11011111 | 1011110 | 1000110 |
Color Harmonies of #6993FA
Complementary color
Monochromatic Colors of #6993FA
Black with #6993FA
Text Example
Text Example
White with #6993FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6993FA; }
p { color: rgb(105,147,250); }
H1.HeaderClassName
{
color: #6993FA;
}
.AnyTagClassName
{
color: #6993FA;
}
</style>
background-color css
<style>
a { background-color: #6993FA; }
a { background-color: rgb(105,147,250); }
div.DivClassName
{
background-color: #6993FA;
}
.BgClassName
{
background-color: #6993FA;
}
</style>
border-color css
<style>
span { border-color: #6993FA; }
span { border-color: rgb(105,147,250); }
td.TdClassName
{
border-color: #6993FA;
}
.TagClassName
{
border-color: #6993FA;
}
</style>