Shades of Cornflower Blue #6880FF
Tints of Cornflower Blue #6880FF
RGB
CMYK
RGB Variations
Color information
#6880FF (or 0x6880FF) is known color: Cornflower Blue. HEX triplet: 68, 80 and FF. RGB value is (104,128,255). Sum of RGB (Red+Green+Blue) = 104+128+255=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #6880FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6880FF is #977F00. Grayscale: #868686. Windows color (decimal): -9928449 or 16744552. OLE color: 16744552.
HSL color Cylindrical-coordinate representation of color #6880FF: hue angle of 230.46º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6880FF is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 128 | 255 | - |
| CMYK | 0.59 | 0.50 | 0 | 0 |
| HSL | 230.46º | 1% | 0.7% | - |
| HSV(B) | 230.46º | 0.59% | 1% | - |
| XYZ | 31.48 | 25.6 | 97.89 | - |
| YUV | 135.3 | 195.55 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 255 | 0.59 | 0.50 | 0 | 0 | 230.46 | 1 | 0.7 |
| Hex | 68 | 80 | FF | 3B | 32 | 0 | 0 | E6 | 64 | 46 |
| Octal | 150 | 200 | 377 | 73 | 62 | 0 | 0 | 346 | 144 | 106 |
| Binary | 1101000 | 10000000 | 11111111 | 111011 | 110010 | 0 | 0 | 11100110 | 1100100 | 1000110 |
Color Harmonies of #6880FF
Complementary color
Monochromatic Colors of #6880FF
Black with #6880FF
Text Example
Text Example
White with #6880FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6880FF; }
p { color: rgb(104,128,255); }
H1.HeaderClassName
{
color: #6880FF;
}
.AnyTagClassName
{
color: #6880FF;
}
</style>
background-color css
<style>
a { background-color: #6880FF; }
a { background-color: rgb(104,128,255); }
div.DivClassName
{
background-color: #6880FF;
}
.BgClassName
{
background-color: #6880FF;
}
</style>
border-color css
<style>
span { border-color: #6880FF; }
span { border-color: rgb(104,128,255); }
td.TdClassName
{
border-color: #6880FF;
}
.TagClassName
{
border-color: #6880FF;
}
</style>