Shades of Cornflower Blue #6880DB
Tints of Cornflower Blue #6880DB
RGB
CMYK
RGB Variations
Color information
#6880DB (or 0x6880DB) is known color: Cornflower Blue. HEX triplet: 68, 80 and DB. RGB value is (104,128,219). Sum of RGB (Red+Green+Blue) = 104+128+219=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #6880DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880DB is #977F24. Grayscale: #828282. Windows color (decimal): -9928485 or 14385256. OLE color: 14385256.
HSL color Cylindrical-coordinate representation of color #6880DB: hue angle of 227.48º 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 #6880DB is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 128 | 219 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.14 |
| HSL | 227.48º | 0.61% | 0.63% | - |
| HSV(B) | 227.48º | 0.53% | 0.86% | - |
| XYZ | 26.21 | 23.5 | 70.17 | - |
| YUV | 131.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 219 | 0.53 | 0.42 | 0 | 0.14 | 227.48 | 0.61 | 0.63 |
| Hex | 68 | 80 | DB | 35 | 2A | 0 | E | E3 | 3D | 3F |
| Octal | 150 | 200 | 333 | 65 | 52 | 0 | 16 | 343 | 75 | 77 |
| Binary | 1101000 | 10000000 | 11011011 | 110101 | 101010 | 0 | 1110 | 11100011 | 111101 | 111111 |
Color Harmonies of #6880DB
Complementary color
Monochromatic Colors of #6880DB
Black with #6880DB
Text Example
Text Example
White with #6880DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6880DB; }
p { color: rgb(104,128,219); }
H1.HeaderClassName
{
color: #6880DB;
}
.AnyTagClassName
{
color: #6880DB;
}
</style>
background-color css
<style>
a { background-color: #6880DB; }
a { background-color: rgb(104,128,219); }
div.DivClassName
{
background-color: #6880DB;
}
.BgClassName
{
background-color: #6880DB;
}
</style>
border-color css
<style>
span { border-color: #6880DB; }
span { border-color: rgb(104,128,219); }
td.TdClassName
{
border-color: #6880DB;
}
.TagClassName
{
border-color: #6880DB;
}
</style>