Shades of Cornflower Blue #6893EC
Tints of Cornflower Blue #6893EC
RGB
CMYK
RGB Variations
Color information
#6893EC (or 0x6893EC) is known color: Cornflower Blue. HEX triplet: 68, 93 and EC. RGB value is (104,147,236). Sum of RGB (Red+Green+Blue) = 104+147+236=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #6893EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6893EC is #976C13. Grayscale: #8F8F8F. Windows color (decimal): -9923604 or 15504232. OLE color: 15504232.
HSL color Cylindrical-coordinate representation of color #6893EC: hue angle of 220.45º 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 #6893EC is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 147 | 236 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.07 |
| HSL | 220.45º | 0.78% | 0.67% | - |
| HSV(B) | 220.45º | 0.56% | 0.93% | - |
| XYZ | 31.28 | 29.87 | 83.47 | - |
| YUV | 144.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 236 | 0.56 | 0.38 | 0 | 0.07 | 220.45 | 0.78 | 0.67 |
| Hex | 68 | 93 | EC | 38 | 26 | 0 | 7 | DC | 4E | 43 |
| Octal | 150 | 223 | 354 | 70 | 46 | 0 | 7 | 334 | 116 | 103 |
| Binary | 1101000 | 10010011 | 11101100 | 111000 | 100110 | 0 | 111 | 11011100 | 1001110 | 1000011 |
Color Harmonies of #6893EC
Complementary color
Monochromatic Colors of #6893EC
Black with #6893EC
Text Example
Text Example
White with #6893EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6893EC; }
p { color: rgb(104,147,236); }
H1.HeaderClassName
{
color: #6893EC;
}
.AnyTagClassName
{
color: #6893EC;
}
</style>
background-color css
<style>
a { background-color: #6893EC; }
a { background-color: rgb(104,147,236); }
div.DivClassName
{
background-color: #6893EC;
}
.BgClassName
{
background-color: #6893EC;
}
</style>
border-color css
<style>
span { border-color: #6893EC; }
span { border-color: rgb(104,147,236); }
td.TdClassName
{
border-color: #6893EC;
}
.TagClassName
{
border-color: #6893EC;
}
</style>