Shades of Cornflower Blue #6879DD
Tints of Cornflower Blue #6879DD
RGB
CMYK
RGB Variations
Color information
#6879DD (or 0x6879DD) is known color: Cornflower Blue. HEX triplet: 68, 79 and DD. RGB value is (104,121,221). Sum of RGB (Red+Green+Blue) = 104+121+221=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #6879DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6879DD is #978622. Grayscale: #7E7E7E. Windows color (decimal): -9930275 or 14514536. OLE color: 14514536.
HSL color Cylindrical-coordinate representation of color #6879DD: hue angle of 231.28º 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 #6879DD is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 121 | 221 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.13 |
| HSL | 231.28º | 0.63% | 0.64% | - |
| HSV(B) | 231.28º | 0.53% | 0.87% | - |
| XYZ | 25.6 | 21.84 | 71.27 | - |
| YUV | 127.32 | 180.87 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 221 | 0.53 | 0.45 | 0 | 0.13 | 231.28 | 0.63 | 0.64 |
| Hex | 68 | 79 | DD | 35 | 2D | 0 | D | E7 | 3F | 40 |
| Octal | 150 | 171 | 335 | 65 | 55 | 0 | 15 | 347 | 77 | 100 |
| Binary | 1101000 | 1111001 | 11011101 | 110101 | 101101 | 0 | 1101 | 11100111 | 111111 | 1000000 |
Color Harmonies of #6879DD
Complementary color
Monochromatic Colors of #6879DD
Black with #6879DD
Text Example
Text Example
White with #6879DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6879DD; }
p { color: rgb(104,121,221); }
H1.HeaderClassName
{
color: #6879DD;
}
.AnyTagClassName
{
color: #6879DD;
}
</style>
background-color css
<style>
a { background-color: #6879DD; }
a { background-color: rgb(104,121,221); }
div.DivClassName
{
background-color: #6879DD;
}
.BgClassName
{
background-color: #6879DD;
}
</style>
border-color css
<style>
span { border-color: #6879DD; }
span { border-color: rgb(104,121,221); }
td.TdClassName
{
border-color: #6879DD;
}
.TagClassName
{
border-color: #6879DD;
}
</style>