Shades of Cornflower Blue #6982EE
Tints of Cornflower Blue #6982EE
RGB
CMYK
RGB Variations
Color information
#6982EE (or 0x6982EE) is known color: Cornflower Blue. HEX triplet: 69, 82 and EE. RGB value is (105,130,238). Sum of RGB (Red+Green+Blue) = 105+130+238=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #6982EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6982EE is #967D11. Grayscale: #868686. Windows color (decimal): -9862418 or 15630953. OLE color: 15630953.
HSL color Cylindrical-coordinate representation of color #6982EE: hue angle of 228.72º 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 #6982EE is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 130 | 238 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.07 |
| HSL | 228.72º | 0.8% | 0.67% | - |
| HSV(B) | 228.72º | 0.56% | 0.93% | - |
| XYZ | 29.24 | 25.14 | 84.2 | - |
| YUV | 134.84 | 186.22 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 238 | 0.56 | 0.45 | 0 | 0.07 | 228.72 | 0.8 | 0.67 |
| Hex | 69 | 82 | EE | 38 | 2D | 0 | 7 | E5 | 50 | 43 |
| Octal | 151 | 202 | 356 | 70 | 55 | 0 | 7 | 345 | 120 | 103 |
| Binary | 1101001 | 10000010 | 11101110 | 111000 | 101101 | 0 | 111 | 11100101 | 1010000 | 1000011 |
Color Harmonies of #6982EE
Complementary color
Monochromatic Colors of #6982EE
Black with #6982EE
Text Example
Text Example
White with #6982EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6982EE; }
p { color: rgb(105,130,238); }
H1.HeaderClassName
{
color: #6982EE;
}
.AnyTagClassName
{
color: #6982EE;
}
</style>
background-color css
<style>
a { background-color: #6982EE; }
a { background-color: rgb(105,130,238); }
div.DivClassName
{
background-color: #6982EE;
}
.BgClassName
{
background-color: #6982EE;
}
</style>
border-color css
<style>
span { border-color: #6982EE; }
span { border-color: rgb(105,130,238); }
td.TdClassName
{
border-color: #6982EE;
}
.TagClassName
{
border-color: #6982EE;
}
</style>