Shades of Cornflower Blue #6980EE
Tints of Cornflower Blue #6980EE
RGB
CMYK
RGB Variations
Color information
#6980EE (or 0x6980EE) is known color: Cornflower Blue. HEX triplet: 69, 80 and EE. RGB value is (105,128,238). Sum of RGB (Red+Green+Blue) = 105+128+238=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #6980EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6980EE is #967F11. Grayscale: #858585. Windows color (decimal): -9862930 or 15630441. OLE color: 15630441.
HSL color Cylindrical-coordinate representation of color #6980EE: hue angle of 229.62º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6980EE is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 128 | 238 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.07 |
| HSL | 229.62º | 0.8% | 0.67% | - |
| HSV(B) | 229.62º | 0.56% | 0.93% | - |
| XYZ | 28.98 | 24.61 | 84.11 | - |
| YUV | 133.66 | 186.88 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 238 | 0.56 | 0.46 | 0 | 0.07 | 229.62 | 0.8 | 0.67 |
| Hex | 69 | 80 | EE | 38 | 2E | 0 | 7 | E6 | 50 | 43 |
| Octal | 151 | 200 | 356 | 70 | 56 | 0 | 7 | 346 | 120 | 103 |
| Binary | 1101001 | 10000000 | 11101110 | 111000 | 101110 | 0 | 111 | 11100110 | 1010000 | 1000011 |
Color Harmonies of #6980EE
Complementary color
Monochromatic Colors of #6980EE
Black with #6980EE
Text Example
Text Example
White with #6980EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6980EE; }
p { color: rgb(105,128,238); }
H1.HeaderClassName
{
color: #6980EE;
}
.AnyTagClassName
{
color: #6980EE;
}
</style>
background-color css
<style>
a { background-color: #6980EE; }
a { background-color: rgb(105,128,238); }
div.DivClassName
{
background-color: #6980EE;
}
.BgClassName
{
background-color: #6980EE;
}
</style>
border-color css
<style>
span { border-color: #6980EE; }
span { border-color: rgb(105,128,238); }
td.TdClassName
{
border-color: #6980EE;
}
.TagClassName
{
border-color: #6980EE;
}
</style>