Shades of Cornflower Blue #6880FE
Tints of Cornflower Blue #6880FE
RGB
CMYK
RGB Variations
Color information
#6880FE (or 0x6880FE) is known color: Cornflower Blue. HEX triplet: 68, 80 and FE. RGB value is (104,128,254). Sum of RGB (Red+Green+Blue) = 104+128+254=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #6880FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6880FE is #977F01. Grayscale: #868686. Windows color (decimal): -9928450 or 16679016. OLE color: 16679016.
HSL color Cylindrical-coordinate representation of color #6880FE: hue angle of 230.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6880FE is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 128 | 254 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.00 |
| HSL | 230.4º | 0.99% | 0.7% | - |
| HSV(B) | 230.4º | 0.59% | 1% | - |
| XYZ | 31.32 | 25.54 | 97.04 | - |
| YUV | 135.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 254 | 0.59 | 0.50 | 0 | 0.00 | 230.4 | 0.99 | 0.7 |
| Hex | 68 | 80 | FE | 3B | 32 | 0 | 0 | E6 | 63 | 46 |
| Octal | 150 | 200 | 376 | 73 | 62 | 0 | 0 | 346 | 143 | 106 |
| Binary | 1101000 | 10000000 | 11111110 | 111011 | 110010 | 0 | 0 | 11100110 | 1100011 | 1000110 |
Color Harmonies of #6880FE
Complementary color
Monochromatic Colors of #6880FE
Black with #6880FE
Text Example
Text Example
White with #6880FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6880FE; }
p { color: rgb(104,128,254); }
H1.HeaderClassName
{
color: #6880FE;
}
.AnyTagClassName
{
color: #6880FE;
}
</style>
background-color css
<style>
a { background-color: #6880FE; }
a { background-color: rgb(104,128,254); }
div.DivClassName
{
background-color: #6880FE;
}
.BgClassName
{
background-color: #6880FE;
}
</style>
border-color css
<style>
span { border-color: #6880FE; }
span { border-color: rgb(104,128,254); }
td.TdClassName
{
border-color: #6880FE;
}
.TagClassName
{
border-color: #6880FE;
}
</style>