Shades of Cornflower Blue #6983ED
Tints of Cornflower Blue #6983ED
RGB
CMYK
RGB Variations
Color information
#6983ED (or 0x6983ED) is known color: Cornflower Blue. HEX triplet: 69, 83 and ED. RGB value is (105,131,237). Sum of RGB (Red+Green+Blue) = 105+131+237=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #6983ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6983ED is #967C12. Grayscale: #868686. Windows color (decimal): -9862163 or 15565673. OLE color: 15565673.
HSL color Cylindrical-coordinate representation of color #6983ED: hue angle of 228.18º 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 #6983ED is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 131 | 237 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.07 |
| HSL | 228.18º | 0.79% | 0.67% | - |
| HSV(B) | 228.18º | 0.56% | 0.93% | - |
| XYZ | 29.23 | 25.35 | 83.47 | - |
| YUV | 135.31 | 185.39 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 237 | 0.56 | 0.45 | 0 | 0.07 | 228.18 | 0.79 | 0.67 |
| Hex | 69 | 83 | ED | 38 | 2D | 0 | 7 | E4 | 4F | 43 |
| Octal | 151 | 203 | 355 | 70 | 55 | 0 | 7 | 344 | 117 | 103 |
| Binary | 1101001 | 10000011 | 11101101 | 111000 | 101101 | 0 | 111 | 11100100 | 1001111 | 1000011 |
Color Harmonies of #6983ED
Complementary color
Monochromatic Colors of #6983ED
Black with #6983ED
Text Example
Text Example
White with #6983ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6983ED; }
p { color: rgb(105,131,237); }
H1.HeaderClassName
{
color: #6983ED;
}
.AnyTagClassName
{
color: #6983ED;
}
</style>
background-color css
<style>
a { background-color: #6983ED; }
a { background-color: rgb(105,131,237); }
div.DivClassName
{
background-color: #6983ED;
}
.BgClassName
{
background-color: #6983ED;
}
</style>
border-color css
<style>
span { border-color: #6983ED; }
span { border-color: rgb(105,131,237); }
td.TdClassName
{
border-color: #6983ED;
}
.TagClassName
{
border-color: #6983ED;
}
</style>