Shades of Cornflower Blue #6884FC
Tints of Cornflower Blue #6884FC
RGB
CMYK
RGB Variations
Color information
#6884FC (or 0x6884FC) is known color: Cornflower Blue. HEX triplet: 68, 84 and FC. RGB value is (104,132,252). Sum of RGB (Red+Green+Blue) = 104+132+252=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #6884FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6884FC is #977B03. Grayscale: #888888. Windows color (decimal): -9927428 or 16548968. OLE color: 16548968.
HSL color Cylindrical-coordinate representation of color #6884FC: hue angle of 228.65º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6884FC is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 132 | 252 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.01 |
| HSL | 228.65º | 0.96% | 0.7% | - |
| HSV(B) | 228.65º | 0.59% | 0.99% | - |
| XYZ | 31.53 | 26.47 | 95.54 | - |
| YUV | 137.31 | 192.72 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 252 | 0.59 | 0.48 | 0 | 0.01 | 228.65 | 0.96 | 0.7 |
| Hex | 68 | 84 | FC | 3B | 30 | 0 | 1 | E5 | 60 | 46 |
| Octal | 150 | 204 | 374 | 73 | 60 | 0 | 1 | 345 | 140 | 106 |
| Binary | 1101000 | 10000100 | 11111100 | 111011 | 110000 | 0 | 1 | 11100101 | 1100000 | 1000110 |
Color Harmonies of #6884FC
Complementary color
Monochromatic Colors of #6884FC
Black with #6884FC
Text Example
Text Example
White with #6884FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6884FC; }
p { color: rgb(104,132,252); }
H1.HeaderClassName
{
color: #6884FC;
}
.AnyTagClassName
{
color: #6884FC;
}
</style>
background-color css
<style>
a { background-color: #6884FC; }
a { background-color: rgb(104,132,252); }
div.DivClassName
{
background-color: #6884FC;
}
.BgClassName
{
background-color: #6884FC;
}
</style>
border-color css
<style>
span { border-color: #6884FC; }
span { border-color: rgb(104,132,252); }
td.TdClassName
{
border-color: #6884FC;
}
.TagClassName
{
border-color: #6884FC;
}
</style>