Shades of Cornflower Blue #6980FF
Tints of Cornflower Blue #6980FF
RGB
CMYK
RGB Variations
Color information
#6980FF (or 0x6980FF) is known color: Cornflower Blue. HEX triplet: 69, 80 and FF. RGB value is (105,128,255). Sum of RGB (Red+Green+Blue) = 105+128+255=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #6980FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6980FF is #967F00. Grayscale: #878787. Windows color (decimal): -9862913 or 16744553. OLE color: 16744553.
HSL color Cylindrical-coordinate representation of color #6980FF: hue angle of 230.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6980FF is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 128 | 255 | - |
| CMYK | 0.59 | 0.50 | 0 | 0 |
| HSL | 230.8º | 1% | 0.71% | - |
| HSV(B) | 230.8º | 0.59% | 1% | - |
| XYZ | 31.59 | 25.66 | 97.9 | - |
| YUV | 135.6 | 195.38 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 255 | 0.59 | 0.50 | 0 | 0 | 230.8 | 1 | 0.71 |
| Hex | 69 | 80 | FF | 3B | 32 | 0 | 0 | E7 | 64 | 47 |
| Octal | 151 | 200 | 377 | 73 | 62 | 0 | 0 | 347 | 144 | 107 |
| Binary | 1101001 | 10000000 | 11111111 | 111011 | 110010 | 0 | 0 | 11100111 | 1100100 | 1000111 |
Color Harmonies of #6980FF
Complementary color
Monochromatic Colors of #6980FF
Black with #6980FF
Text Example
Text Example
White with #6980FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6980FF; }
p { color: rgb(105,128,255); }
H1.HeaderClassName
{
color: #6980FF;
}
.AnyTagClassName
{
color: #6980FF;
}
</style>
background-color css
<style>
a { background-color: #6980FF; }
a { background-color: rgb(105,128,255); }
div.DivClassName
{
background-color: #6980FF;
}
.BgClassName
{
background-color: #6980FF;
}
</style>
border-color css
<style>
span { border-color: #6980FF; }
span { border-color: rgb(105,128,255); }
td.TdClassName
{
border-color: #6980FF;
}
.TagClassName
{
border-color: #6980FF;
}
</style>