Shades of Cornflower Blue #6884DB
Tints of Cornflower Blue #6884DB
RGB
CMYK
RGB Variations
Color information
#6884DB (or 0x6884DB) is known color: Cornflower Blue. HEX triplet: 68, 84 and DB. RGB value is (104,132,219). Sum of RGB (Red+Green+Blue) = 104+132+219=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #6884DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884DB is #977B24. Grayscale: #858585. Windows color (decimal): -9927461 or 14386280. OLE color: 14386280.
HSL color Cylindrical-coordinate representation of color #6884DB: hue angle of 225.39º 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 #6884DB is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 132 | 219 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.14 |
| HSL | 225.39º | 0.61% | 0.63% | - |
| HSV(B) | 225.39º | 0.53% | 0.86% | - |
| XYZ | 26.75 | 24.56 | 70.35 | - |
| YUV | 133.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 219 | 0.53 | 0.40 | 0 | 0.14 | 225.39 | 0.61 | 0.63 |
| Hex | 68 | 84 | DB | 35 | 28 | 0 | E | E1 | 3D | 3F |
| Octal | 150 | 204 | 333 | 65 | 50 | 0 | 16 | 341 | 75 | 77 |
| Binary | 1101000 | 10000100 | 11011011 | 110101 | 101000 | 0 | 1110 | 11100001 | 111101 | 111111 |
Color Harmonies of #6884DB
Complementary color
Monochromatic Colors of #6884DB
Black with #6884DB
Text Example
Text Example
White with #6884DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6884DB; }
p { color: rgb(104,132,219); }
H1.HeaderClassName
{
color: #6884DB;
}
.AnyTagClassName
{
color: #6884DB;
}
</style>
background-color css
<style>
a { background-color: #6884DB; }
a { background-color: rgb(104,132,219); }
div.DivClassName
{
background-color: #6884DB;
}
.BgClassName
{
background-color: #6884DB;
}
</style>
border-color css
<style>
span { border-color: #6884DB; }
span { border-color: rgb(104,132,219); }
td.TdClassName
{
border-color: #6884DB;
}
.TagClassName
{
border-color: #6884DB;
}
</style>