Shades of Cornflower Blue #6982ED
Tints of Cornflower Blue #6982ED
RGB
CMYK
RGB Variations
Color information
#6982ED (or 0x6982ED) is known color: Cornflower Blue. HEX triplet: 69, 82 and ED. RGB value is (105,130,237). Sum of RGB (Red+Green+Blue) = 105+130+237=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #6982ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6982ED is #967D12. Grayscale: #868686. Windows color (decimal): -9862419 or 15565417. OLE color: 15565417.
HSL color Cylindrical-coordinate representation of color #6982ED: hue angle of 228.64º degrees, saturation: 0.79, 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 #6982ED is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 130 | 237 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.07 |
| HSL | 228.64º | 0.79% | 0.67% | - |
| HSV(B) | 228.64º | 0.56% | 0.93% | - |
| XYZ | 29.09 | 25.08 | 83.43 | - |
| YUV | 134.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 237 | 0.56 | 0.45 | 0 | 0.07 | 228.64 | 0.79 | 0.67 |
| Hex | 69 | 82 | ED | 38 | 2D | 0 | 7 | E5 | 4F | 43 |
| Octal | 151 | 202 | 355 | 70 | 55 | 0 | 7 | 345 | 117 | 103 |
| Binary | 1101001 | 10000010 | 11101101 | 111000 | 101101 | 0 | 111 | 11100101 | 1001111 | 1000011 |
Color Harmonies of #6982ED
Complementary color
Monochromatic Colors of #6982ED
Black with #6982ED
Text Example
Text Example
White with #6982ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6982ED; }
p { color: rgb(105,130,237); }
H1.HeaderClassName
{
color: #6982ED;
}
.AnyTagClassName
{
color: #6982ED;
}
</style>
background-color css
<style>
a { background-color: #6982ED; }
a { background-color: rgb(105,130,237); }
div.DivClassName
{
background-color: #6982ED;
}
.BgClassName
{
background-color: #6982ED;
}
</style>
border-color css
<style>
span { border-color: #6982ED; }
span { border-color: rgb(105,130,237); }
td.TdClassName
{
border-color: #6982ED;
}
.TagClassName
{
border-color: #6982ED;
}
</style>