Shades of Cornflower Blue #6893EF
Tints of Cornflower Blue #6893EF
RGB
CMYK
RGB Variations
Color information
#6893EF (or 0x6893EF) is known color: Cornflower Blue. HEX triplet: 68, 93 and EF. RGB value is (104,147,239). Sum of RGB (Red+Green+Blue) = 104+147+239=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #6893EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6893EF is #976C10. Grayscale: #909090. Windows color (decimal): -9923601 or 15700840. OLE color: 15700840.
HSL color Cylindrical-coordinate representation of color #6893EF: hue angle of 220.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6893EF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 147 | 239 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.06 |
| HSL | 220.89º | 0.81% | 0.67% | - |
| HSV(B) | 220.89º | 0.56% | 0.94% | - |
| XYZ | 31.72 | 30.04 | 85.79 | - |
| YUV | 144.63 | 181.25 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 239 | 0.56 | 0.38 | 0 | 0.06 | 220.89 | 0.81 | 0.67 |
| Hex | 68 | 93 | EF | 38 | 26 | 0 | 6 | DD | 51 | 43 |
| Octal | 150 | 223 | 357 | 70 | 46 | 0 | 6 | 335 | 121 | 103 |
| Binary | 1101000 | 10010011 | 11101111 | 111000 | 100110 | 0 | 110 | 11011101 | 1010001 | 1000011 |
Color Harmonies of #6893EF
Complementary color
Monochromatic Colors of #6893EF
Black with #6893EF
Text Example
Text Example
White with #6893EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6893EF; }
p { color: rgb(104,147,239); }
H1.HeaderClassName
{
color: #6893EF;
}
.AnyTagClassName
{
color: #6893EF;
}
</style>
background-color css
<style>
a { background-color: #6893EF; }
a { background-color: rgb(104,147,239); }
div.DivClassName
{
background-color: #6893EF;
}
.BgClassName
{
background-color: #6893EF;
}
</style>
border-color css
<style>
span { border-color: #6893EF; }
span { border-color: rgb(104,147,239); }
td.TdClassName
{
border-color: #6893EF;
}
.TagClassName
{
border-color: #6893EF;
}
</style>