Shades of Cornflower Blue #6993DE
Tints of Cornflower Blue #6993DE
RGB
CMYK
RGB Variations
Color information
#6993DE (or 0x6993DE) is known color: Cornflower Blue. HEX triplet: 69, 93 and DE. RGB value is (105,147,222). Sum of RGB (Red+Green+Blue) = 105+147+222=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #6993DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993DE is #966C21. Grayscale: #8E8E8E. Windows color (decimal): -9858082 or 14586729. OLE color: 14586729.
HSL color Cylindrical-coordinate representation of color #6993DE: hue angle of 218.46º degrees, saturation: 0.64, 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 #6993DE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 147 | 222 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.13 |
| HSL | 218.46º | 0.64% | 0.64% | - |
| HSV(B) | 218.46º | 0.53% | 0.87% | - |
| XYZ | 29.44 | 29.14 | 73.18 | - |
| YUV | 142.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 222 | 0.53 | 0.34 | 0 | 0.13 | 218.46 | 0.64 | 0.64 |
| Hex | 69 | 93 | DE | 35 | 22 | 0 | D | DA | 40 | 40 |
| Octal | 151 | 223 | 336 | 65 | 42 | 0 | 15 | 332 | 100 | 100 |
| Binary | 1101001 | 10010011 | 11011110 | 110101 | 100010 | 0 | 1101 | 11011010 | 1000000 | 1000000 |
Color Harmonies of #6993DE
Complementary color
Monochromatic Colors of #6993DE
Black with #6993DE
Text Example
Text Example
White with #6993DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6993DE; }
p { color: rgb(105,147,222); }
H1.HeaderClassName
{
color: #6993DE;
}
.AnyTagClassName
{
color: #6993DE;
}
</style>
background-color css
<style>
a { background-color: #6993DE; }
a { background-color: rgb(105,147,222); }
div.DivClassName
{
background-color: #6993DE;
}
.BgClassName
{
background-color: #6993DE;
}
</style>
border-color css
<style>
span { border-color: #6993DE; }
span { border-color: rgb(105,147,222); }
td.TdClassName
{
border-color: #6993DE;
}
.TagClassName
{
border-color: #6993DE;
}
</style>