Shades of Cornflower Blue #6993DF
Tints of Cornflower Blue #6993DF
RGB
CMYK
RGB Variations
Color information
#6993DF (or 0x6993DF) is known color: Cornflower Blue. HEX triplet: 69, 93 and DF. RGB value is (105,147,223). Sum of RGB (Red+Green+Blue) = 105+147+223=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #6993DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993DF is #966C20. Grayscale: #8E8E8E. Windows color (decimal): -9858081 or 14652265. OLE color: 14652265.
HSL color Cylindrical-coordinate representation of color #6993DF: hue angle of 218.64º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6993DF is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 147 | 223 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.13 |
| HSL | 218.64º | 0.65% | 0.64% | - |
| HSV(B) | 218.64º | 0.53% | 0.87% | - |
| XYZ | 29.58 | 29.2 | 73.89 | - |
| YUV | 143.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 223 | 0.53 | 0.34 | 0 | 0.13 | 218.64 | 0.65 | 0.64 |
| Hex | 69 | 93 | DF | 35 | 22 | 0 | D | DB | 41 | 40 |
| Octal | 151 | 223 | 337 | 65 | 42 | 0 | 15 | 333 | 101 | 100 |
| Binary | 1101001 | 10010011 | 11011111 | 110101 | 100010 | 0 | 1101 | 11011011 | 1000001 | 1000000 |
Color Harmonies of #6993DF
Complementary color
Monochromatic Colors of #6993DF
Black with #6993DF
Text Example
Text Example
White with #6993DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6993DF; }
p { color: rgb(105,147,223); }
H1.HeaderClassName
{
color: #6993DF;
}
.AnyTagClassName
{
color: #6993DF;
}
</style>
background-color css
<style>
a { background-color: #6993DF; }
a { background-color: rgb(105,147,223); }
div.DivClassName
{
background-color: #6993DF;
}
.BgClassName
{
background-color: #6993DF;
}
</style>
border-color css
<style>
span { border-color: #6993DF; }
span { border-color: rgb(105,147,223); }
td.TdClassName
{
border-color: #6993DF;
}
.TagClassName
{
border-color: #6993DF;
}
</style>