Shades of Cornflower Blue #6993FF
Tints of Cornflower Blue #6993FF
RGB
CMYK
RGB Variations
Color information
#6993FF (or 0x6993FF) is known color: Cornflower Blue. HEX triplet: 69, 93 and FF. RGB value is (105,147,255). Sum of RGB (Red+Green+Blue) = 105+147+255=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #6993FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6993FF is #966C00. Grayscale: #929292. Windows color (decimal): -9858049 or 16749417. OLE color: 16749417.
HSL color Cylindrical-coordinate representation of color #6993FF: hue angle of 223.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6993FF is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 147 | 255 | - |
| CMYK | 0.59 | 0.42 | 0 | 0 |
| HSL | 223.2º | 1% | 0.71% | - |
| HSV(B) | 223.2º | 0.59% | 1% | - |
| XYZ | 34.31 | 31.09 | 98.8 | - |
| YUV | 146.75 | 189.09 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 255 | 0.59 | 0.42 | 0 | 0 | 223.2 | 1 | 0.71 |
| Hex | 69 | 93 | FF | 3B | 2A | 0 | 0 | DF | 64 | 47 |
| Octal | 151 | 223 | 377 | 73 | 52 | 0 | 0 | 337 | 144 | 107 |
| Binary | 1101001 | 10010011 | 11111111 | 111011 | 101010 | 0 | 0 | 11011111 | 1100100 | 1000111 |
Color Harmonies of #6993FF
Complementary color
Monochromatic Colors of #6993FF
Black with #6993FF
Text Example
Text Example
White with #6993FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6993FF; }
p { color: rgb(105,147,255); }
H1.HeaderClassName
{
color: #6993FF;
}
.AnyTagClassName
{
color: #6993FF;
}
</style>
background-color css
<style>
a { background-color: #6993FF; }
a { background-color: rgb(105,147,255); }
div.DivClassName
{
background-color: #6993FF;
}
.BgClassName
{
background-color: #6993FF;
}
</style>
border-color css
<style>
span { border-color: #6993FF; }
span { border-color: rgb(105,147,255); }
td.TdClassName
{
border-color: #6993FF;
}
.TagClassName
{
border-color: #6993FF;
}
</style>