Shades of Cornflower Blue #6884DD
Tints of Cornflower Blue #6884DD
RGB
CMYK
RGB Variations
Color information
#6884DD (or 0x6884DD) is known color: Cornflower Blue. HEX triplet: 68, 84 and DD. RGB value is (104,132,221). Sum of RGB (Red+Green+Blue) = 104+132+221=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #6884DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884DD is #977B22. Grayscale: #858585. Windows color (decimal): -9927459 or 14517352. OLE color: 14517352.
HSL color Cylindrical-coordinate representation of color #6884DD: hue angle of 225.64º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6884DD is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 132 | 221 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.13 |
| HSL | 225.64º | 0.63% | 0.64% | - |
| HSV(B) | 225.64º | 0.53% | 0.87% | - |
| XYZ | 27.01 | 24.67 | 71.74 | - |
| YUV | 133.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 221 | 0.53 | 0.40 | 0 | 0.13 | 225.64 | 0.63 | 0.64 |
| Hex | 68 | 84 | DD | 35 | 28 | 0 | D | E2 | 3F | 40 |
| Octal | 150 | 204 | 335 | 65 | 50 | 0 | 15 | 342 | 77 | 100 |
| Binary | 1101000 | 10000100 | 11011101 | 110101 | 101000 | 0 | 1101 | 11100010 | 111111 | 1000000 |
Color Harmonies of #6884DD
Complementary color
Monochromatic Colors of #6884DD
Black with #6884DD
Text Example
Text Example
White with #6884DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6884DD; }
p { color: rgb(104,132,221); }
H1.HeaderClassName
{
color: #6884DD;
}
.AnyTagClassName
{
color: #6884DD;
}
</style>
background-color css
<style>
a { background-color: #6884DD; }
a { background-color: rgb(104,132,221); }
div.DivClassName
{
background-color: #6884DD;
}
.BgClassName
{
background-color: #6884DD;
}
</style>
border-color css
<style>
span { border-color: #6884DD; }
span { border-color: rgb(104,132,221); }
td.TdClassName
{
border-color: #6884DD;
}
.TagClassName
{
border-color: #6884DD;
}
</style>