Shades of Cornflower Blue #6884D6
Tints of Cornflower Blue #6884D6
RGB
CMYK
RGB Variations
Color information
#6884D6 (or 0x6884D6) is known color: Cornflower Blue. HEX triplet: 68, 84 and D6. RGB value is (104,132,214). Sum of RGB (Red+Green+Blue) = 104+132+214=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #6884D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884D6 is #977B29. Grayscale: #848484. Windows color (decimal): -9927466 or 14058600. OLE color: 14058600.
HSL color Cylindrical-coordinate representation of color #6884D6: hue angle of 224.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6884D6 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 132 | 214 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.16 |
| HSL | 224.73º | 0.57% | 0.62% | - |
| HSV(B) | 224.73º | 0.51% | 0.84% | - |
| XYZ | 26.1 | 24.3 | 66.93 | - |
| YUV | 132.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 214 | 0.51 | 0.38 | 0 | 0.16 | 224.73 | 0.57 | 0.62 |
| Hex | 68 | 84 | D6 | 33 | 26 | 0 | 10 | E1 | 39 | 3E |
| Octal | 150 | 204 | 326 | 63 | 46 | 0 | 20 | 341 | 71 | 76 |
| Binary | 1101000 | 10000100 | 11010110 | 110011 | 100110 | 0 | 10000 | 11100001 | 111001 | 111110 |
Color Harmonies of #6884D6
Complementary color
Monochromatic Colors of #6884D6
Black with #6884D6
Text Example
Text Example
White with #6884D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6884D6; }
p { color: rgb(104,132,214); }
H1.HeaderClassName
{
color: #6884D6;
}
.AnyTagClassName
{
color: #6884D6;
}
</style>
background-color css
<style>
a { background-color: #6884D6; }
a { background-color: rgb(104,132,214); }
div.DivClassName
{
background-color: #6884D6;
}
.BgClassName
{
background-color: #6884D6;
}
</style>
border-color css
<style>
span { border-color: #6884D6; }
span { border-color: rgb(104,132,214); }
td.TdClassName
{
border-color: #6884D6;
}
.TagClassName
{
border-color: #6884D6;
}
</style>