Shades of Cornflower Blue #6980DB
Tints of Cornflower Blue #6980DB
RGB
CMYK
RGB Variations
Color information
#6980DB (or 0x6980DB) is known color: Cornflower Blue. HEX triplet: 69, 80 and DB. RGB value is (105,128,219). Sum of RGB (Red+Green+Blue) = 105+128+219=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #6980DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980DB is #967F24. Grayscale: #838383. Windows color (decimal): -9862949 or 14385257. OLE color: 14385257.
HSL color Cylindrical-coordinate representation of color #6980DB: hue angle of 227.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6980DB is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 128 | 219 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.14 |
| HSL | 227.89º | 0.61% | 0.64% | - |
| HSV(B) | 227.89º | 0.52% | 0.86% | - |
| XYZ | 26.33 | 23.56 | 70.18 | - |
| YUV | 131.5 | 177.38 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 219 | 0.52 | 0.42 | 0 | 0.14 | 227.89 | 0.61 | 0.64 |
| Hex | 69 | 80 | DB | 34 | 2A | 0 | E | E4 | 3D | 40 |
| Octal | 151 | 200 | 333 | 64 | 52 | 0 | 16 | 344 | 75 | 100 |
| Binary | 1101001 | 10000000 | 11011011 | 110100 | 101010 | 0 | 1110 | 11100100 | 111101 | 1000000 |
Color Harmonies of #6980DB
Complementary color
Monochromatic Colors of #6980DB
Black with #6980DB
Text Example
Text Example
White with #6980DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6980DB; }
p { color: rgb(105,128,219); }
H1.HeaderClassName
{
color: #6980DB;
}
.AnyTagClassName
{
color: #6980DB;
}
</style>
background-color css
<style>
a { background-color: #6980DB; }
a { background-color: rgb(105,128,219); }
div.DivClassName
{
background-color: #6980DB;
}
.BgClassName
{
background-color: #6980DB;
}
</style>
border-color css
<style>
span { border-color: #6980DB; }
span { border-color: rgb(105,128,219); }
td.TdClassName
{
border-color: #6980DB;
}
.TagClassName
{
border-color: #6980DB;
}
</style>