Shades of Cornflower Blue #6880E1
Tints of Cornflower Blue #6880E1
RGB
CMYK
RGB Variations
Color information
#6880E1 (or 0x6880E1) is known color: Cornflower Blue. HEX triplet: 68, 80 and E1. RGB value is (104,128,225). Sum of RGB (Red+Green+Blue) = 104+128+225=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #6880E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880E1 is #977F1E. Grayscale: #838383. Windows color (decimal): -9928479 or 14778472. OLE color: 14778472.
HSL color Cylindrical-coordinate representation of color #6880E1: hue angle of 228.1º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6880E1 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 128 | 225 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.12 |
| HSL | 228.1º | 0.67% | 0.65% | - |
| HSV(B) | 228.1º | 0.54% | 0.88% | - |
| XYZ | 27.02 | 23.82 | 74.41 | - |
| YUV | 131.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 225 | 0.54 | 0.43 | 0 | 0.12 | 228.1 | 0.67 | 0.65 |
| Hex | 68 | 80 | E1 | 36 | 2B | 0 | C | E4 | 43 | 41 |
| Octal | 150 | 200 | 341 | 66 | 53 | 0 | 14 | 344 | 103 | 101 |
| Binary | 1101000 | 10000000 | 11100001 | 110110 | 101011 | 0 | 1100 | 11100100 | 1000011 | 1000001 |
Color Harmonies of #6880E1
Complementary color
Monochromatic Colors of #6880E1
Black with #6880E1
Text Example
Text Example
White with #6880E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6880E1; }
p { color: rgb(104,128,225); }
H1.HeaderClassName
{
color: #6880E1;
}
.AnyTagClassName
{
color: #6880E1;
}
</style>
background-color css
<style>
a { background-color: #6880E1; }
a { background-color: rgb(104,128,225); }
div.DivClassName
{
background-color: #6880E1;
}
.BgClassName
{
background-color: #6880E1;
}
</style>
border-color css
<style>
span { border-color: #6880E1; }
span { border-color: rgb(104,128,225); }
td.TdClassName
{
border-color: #6880E1;
}
.TagClassName
{
border-color: #6880E1;
}
</style>