Shades of Cornflower Blue #6880DF
Tints of Cornflower Blue #6880DF
RGB
CMYK
RGB Variations
Color information
#6880DF (or 0x6880DF) is known color: Cornflower Blue. HEX triplet: 68, 80 and DF. RGB value is (104,128,223). Sum of RGB (Red+Green+Blue) = 104+128+223=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #6880DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880DF is #977F20. Grayscale: #838383. Windows color (decimal): -9928481 or 14647400. OLE color: 14647400.
HSL color Cylindrical-coordinate representation of color #6880DF: hue angle of 227.9º degrees, saturation: 0.65, 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 #6880DF is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 128 | 223 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.13 |
| HSL | 227.9º | 0.65% | 0.64% | - |
| HSV(B) | 227.9º | 0.53% | 0.87% | - |
| XYZ | 26.75 | 23.71 | 72.98 | - |
| YUV | 131.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 223 | 0.53 | 0.43 | 0 | 0.13 | 227.9 | 0.65 | 0.64 |
| Hex | 68 | 80 | DF | 35 | 2B | 0 | D | E4 | 41 | 40 |
| Octal | 150 | 200 | 337 | 65 | 53 | 0 | 15 | 344 | 101 | 100 |
| Binary | 1101000 | 10000000 | 11011111 | 110101 | 101011 | 0 | 1101 | 11100100 | 1000001 | 1000000 |
Color Harmonies of #6880DF
Complementary color
Monochromatic Colors of #6880DF
Black with #6880DF
Text Example
Text Example
White with #6880DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6880DF; }
p { color: rgb(104,128,223); }
H1.HeaderClassName
{
color: #6880DF;
}
.AnyTagClassName
{
color: #6880DF;
}
</style>
background-color css
<style>
a { background-color: #6880DF; }
a { background-color: rgb(104,128,223); }
div.DivClassName
{
background-color: #6880DF;
}
.BgClassName
{
background-color: #6880DF;
}
</style>
border-color css
<style>
span { border-color: #6880DF; }
span { border-color: rgb(104,128,223); }
td.TdClassName
{
border-color: #6880DF;
}
.TagClassName
{
border-color: #6880DF;
}
</style>