Shades of Cornflower Blue #6893DB
Tints of Cornflower Blue #6893DB
RGB
CMYK
RGB Variations
Color information
#6893DB (or 0x6893DB) is known color: Cornflower Blue. HEX triplet: 68, 93 and DB. RGB value is (104,147,219). Sum of RGB (Red+Green+Blue) = 104+147+219=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #6893DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6893DB is #976C24. Grayscale: #8E8E8E. Windows color (decimal): -9923621 or 14390120. OLE color: 14390120.
HSL color Cylindrical-coordinate representation of color #6893DB: hue angle of 217.57º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6893DB is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 147 | 219 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.14 |
| HSL | 217.57º | 0.61% | 0.63% | - |
| HSV(B) | 217.57º | 0.53% | 0.86% | - |
| XYZ | 28.93 | 28.92 | 71.08 | - |
| YUV | 142.35 | 171.25 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 219 | 0.53 | 0.33 | 0 | 0.14 | 217.57 | 0.61 | 0.63 |
| Hex | 68 | 93 | DB | 35 | 21 | 0 | E | DA | 3D | 3F |
| Octal | 150 | 223 | 333 | 65 | 41 | 0 | 16 | 332 | 75 | 77 |
| Binary | 1101000 | 10010011 | 11011011 | 110101 | 100001 | 0 | 1110 | 11011010 | 111101 | 111111 |
Color Harmonies of #6893DB
Complementary color
Monochromatic Colors of #6893DB
Black with #6893DB
Text Example
Text Example
White with #6893DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6893DB; }
p { color: rgb(104,147,219); }
H1.HeaderClassName
{
color: #6893DB;
}
.AnyTagClassName
{
color: #6893DB;
}
</style>
background-color css
<style>
a { background-color: #6893DB; }
a { background-color: rgb(104,147,219); }
div.DivClassName
{
background-color: #6893DB;
}
.BgClassName
{
background-color: #6893DB;
}
</style>
border-color css
<style>
span { border-color: #6893DB; }
span { border-color: rgb(104,147,219); }
td.TdClassName
{
border-color: #6893DB;
}
.TagClassName
{
border-color: #6893DB;
}
</style>