Shades of Cornflower Blue #6993DD
Tints of Cornflower Blue #6993DD
RGB
CMYK
RGB Variations
Color information
#6993DD (or 0x6993DD) is known color: Cornflower Blue. HEX triplet: 69, 93 and DD. RGB value is (105,147,221). Sum of RGB (Red+Green+Blue) = 105+147+221=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #6993DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993DD is #966C22. Grayscale: #8E8E8E. Windows color (decimal): -9858083 or 14521193. OLE color: 14521193.
HSL color Cylindrical-coordinate representation of color #6993DD: hue angle of 218.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6993DD is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 147 | 221 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.13 |
| HSL | 218.28º | 0.63% | 0.64% | - |
| HSV(B) | 218.28º | 0.52% | 0.87% | - |
| XYZ | 29.31 | 29.09 | 72.48 | - |
| YUV | 142.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 221 | 0.52 | 0.33 | 0 | 0.13 | 218.28 | 0.63 | 0.64 |
| Hex | 69 | 93 | DD | 34 | 21 | 0 | D | DA | 3F | 40 |
| Octal | 151 | 223 | 335 | 64 | 41 | 0 | 15 | 332 | 77 | 100 |
| Binary | 1101001 | 10010011 | 11011101 | 110100 | 100001 | 0 | 1101 | 11011010 | 111111 | 1000000 |
Color Harmonies of #6993DD
Complementary color
Monochromatic Colors of #6993DD
Black with #6993DD
Text Example
Text Example
White with #6993DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6993DD; }
p { color: rgb(105,147,221); }
H1.HeaderClassName
{
color: #6993DD;
}
.AnyTagClassName
{
color: #6993DD;
}
</style>
background-color css
<style>
a { background-color: #6993DD; }
a { background-color: rgb(105,147,221); }
div.DivClassName
{
background-color: #6993DD;
}
.BgClassName
{
background-color: #6993DD;
}
</style>
border-color css
<style>
span { border-color: #6993DD; }
span { border-color: rgb(105,147,221); }
td.TdClassName
{
border-color: #6993DD;
}
.TagClassName
{
border-color: #6993DD;
}
</style>