Shades of Cornflower Blue #6879EC
Tints of Cornflower Blue #6879EC
RGB
CMYK
RGB Variations
Color information
#6879EC (or 0x6879EC) is known color: Cornflower Blue. HEX triplet: 68, 79 and EC. RGB value is (104,121,236). Sum of RGB (Red+Green+Blue) = 104+121+236=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #6879EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6879EC is #978613. Grayscale: #808080. Windows color (decimal): -9930260 or 15497576. OLE color: 15497576.
HSL color Cylindrical-coordinate representation of color #6879EC: hue angle of 232.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6879EC is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 121 | 236 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.07 |
| HSL | 232.27º | 0.78% | 0.67% | - |
| HSV(B) | 232.27º | 0.56% | 0.93% | - |
| XYZ | 27.69 | 22.67 | 82.27 | - |
| YUV | 129.03 | 188.37 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 236 | 0.56 | 0.49 | 0 | 0.07 | 232.27 | 0.78 | 0.67 |
| Hex | 68 | 79 | EC | 38 | 31 | 0 | 7 | E8 | 4E | 43 |
| Octal | 150 | 171 | 354 | 70 | 61 | 0 | 7 | 350 | 116 | 103 |
| Binary | 1101000 | 1111001 | 11101100 | 111000 | 110001 | 0 | 111 | 11101000 | 1001110 | 1000011 |
Color Harmonies of #6879EC
Complementary color
Monochromatic Colors of #6879EC
Black with #6879EC
Text Example
Text Example
White with #6879EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6879EC; }
p { color: rgb(104,121,236); }
H1.HeaderClassName
{
color: #6879EC;
}
.AnyTagClassName
{
color: #6879EC;
}
</style>
background-color css
<style>
a { background-color: #6879EC; }
a { background-color: rgb(104,121,236); }
div.DivClassName
{
background-color: #6879EC;
}
.BgClassName
{
background-color: #6879EC;
}
</style>
border-color css
<style>
span { border-color: #6879EC; }
span { border-color: rgb(104,121,236); }
td.TdClassName
{
border-color: #6879EC;
}
.TagClassName
{
border-color: #6879EC;
}
</style>