Shades of Cornflower Blue #6883DB
Tints of Cornflower Blue #6883DB
RGB
CMYK
RGB Variations
Color information
#6883DB (or 0x6883DB) is known color: Cornflower Blue. HEX triplet: 68, 83 and DB. RGB value is (104,131,219). Sum of RGB (Red+Green+Blue) = 104+131+219=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #6883DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883DB is #977C24. Grayscale: #848484. Windows color (decimal): -9927717 or 14386024. OLE color: 14386024.
HSL color Cylindrical-coordinate representation of color #6883DB: hue angle of 225.91º 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 #6883DB is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 131 | 219 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.14 |
| HSL | 225.91º | 0.61% | 0.63% | - |
| HSV(B) | 225.91º | 0.53% | 0.86% | - |
| XYZ | 26.61 | 24.29 | 70.3 | - |
| YUV | 132.96 | 176.55 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 219 | 0.53 | 0.40 | 0 | 0.14 | 225.91 | 0.61 | 0.63 |
| Hex | 68 | 83 | DB | 35 | 28 | 0 | E | E2 | 3D | 3F |
| Octal | 150 | 203 | 333 | 65 | 50 | 0 | 16 | 342 | 75 | 77 |
| Binary | 1101000 | 10000011 | 11011011 | 110101 | 101000 | 0 | 1110 | 11100010 | 111101 | 111111 |
Color Harmonies of #6883DB
Complementary color
Monochromatic Colors of #6883DB
Black with #6883DB
Text Example
Text Example
White with #6883DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6883DB; }
p { color: rgb(104,131,219); }
H1.HeaderClassName
{
color: #6883DB;
}
.AnyTagClassName
{
color: #6883DB;
}
</style>
background-color css
<style>
a { background-color: #6883DB; }
a { background-color: rgb(104,131,219); }
div.DivClassName
{
background-color: #6883DB;
}
.BgClassName
{
background-color: #6883DB;
}
</style>
border-color css
<style>
span { border-color: #6883DB; }
span { border-color: rgb(104,131,219); }
td.TdClassName
{
border-color: #6883DB;
}
.TagClassName
{
border-color: #6883DB;
}
</style>