Shades of Cornflower Blue #6884DA
Tints of Cornflower Blue #6884DA
RGB
CMYK
RGB Variations
Color information
#6884DA (or 0x6884DA) is known color: Cornflower Blue. HEX triplet: 68, 84 and DA. RGB value is (104,132,218). Sum of RGB (Red+Green+Blue) = 104+132+218=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #6884DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884DA is #977B25. Grayscale: #858585. Windows color (decimal): -9927462 or 14320744. OLE color: 14320744.
HSL color Cylindrical-coordinate representation of color #6884DA: hue angle of 225.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6884DA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 132 | 218 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.15 |
| HSL | 225.26º | 0.61% | 0.63% | - |
| HSV(B) | 225.26º | 0.52% | 0.85% | - |
| XYZ | 26.62 | 24.51 | 69.66 | - |
| YUV | 133.43 | 175.72 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 218 | 0.52 | 0.39 | 0 | 0.15 | 225.26 | 0.61 | 0.63 |
| Hex | 68 | 84 | DA | 34 | 27 | 0 | F | E1 | 3D | 3F |
| Octal | 150 | 204 | 332 | 64 | 47 | 0 | 17 | 341 | 75 | 77 |
| Binary | 1101000 | 10000100 | 11011010 | 110100 | 100111 | 0 | 1111 | 11100001 | 111101 | 111111 |
Color Harmonies of #6884DA
Complementary color
Monochromatic Colors of #6884DA
Black with #6884DA
Text Example
Text Example
White with #6884DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6884DA; }
p { color: rgb(104,132,218); }
H1.HeaderClassName
{
color: #6884DA;
}
.AnyTagClassName
{
color: #6884DA;
}
</style>
background-color css
<style>
a { background-color: #6884DA; }
a { background-color: rgb(104,132,218); }
div.DivClassName
{
background-color: #6884DA;
}
.BgClassName
{
background-color: #6884DA;
}
</style>
border-color css
<style>
span { border-color: #6884DA; }
span { border-color: rgb(104,132,218); }
td.TdClassName
{
border-color: #6884DA;
}
.TagClassName
{
border-color: #6884DA;
}
</style>