Shades of Cornflower Blue #6989EC
Tints of Cornflower Blue #6989EC
RGB
CMYK
RGB Variations
Color information
#6989EC (or 0x6989EC) is known color: Cornflower Blue. HEX triplet: 69, 89 and EC. RGB value is (105,137,236). Sum of RGB (Red+Green+Blue) = 105+137+236=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #6989EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6989EC is #967613. Grayscale: #8A8A8A. Windows color (decimal): -9860628 or 15501673. OLE color: 15501673.
HSL color Cylindrical-coordinate representation of color #6989EC: hue angle of 225.34º degrees, saturation: 0.78, 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 #6989EC is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 137 | 236 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.07 |
| HSL | 225.34º | 0.78% | 0.67% | - |
| HSV(B) | 225.34º | 0.56% | 0.93% | - |
| XYZ | 29.91 | 26.95 | 82.98 | - |
| YUV | 138.72 | 182.9 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 236 | 0.56 | 0.42 | 0 | 0.07 | 225.34 | 0.78 | 0.67 |
| Hex | 69 | 89 | EC | 38 | 2A | 0 | 7 | E1 | 4E | 43 |
| Octal | 151 | 211 | 354 | 70 | 52 | 0 | 7 | 341 | 116 | 103 |
| Binary | 1101001 | 10001001 | 11101100 | 111000 | 101010 | 0 | 111 | 11100001 | 1001110 | 1000011 |
Color Harmonies of #6989EC
Complementary color
Monochromatic Colors of #6989EC
Black with #6989EC
Text Example
Text Example
White with #6989EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6989EC; }
p { color: rgb(105,137,236); }
H1.HeaderClassName
{
color: #6989EC;
}
.AnyTagClassName
{
color: #6989EC;
}
</style>
background-color css
<style>
a { background-color: #6989EC; }
a { background-color: rgb(105,137,236); }
div.DivClassName
{
background-color: #6989EC;
}
.BgClassName
{
background-color: #6989EC;
}
</style>
border-color css
<style>
span { border-color: #6989EC; }
span { border-color: rgb(105,137,236); }
td.TdClassName
{
border-color: #6989EC;
}
.TagClassName
{
border-color: #6989EC;
}
</style>