Shades of Cornflower Blue #6899EC
Tints of Cornflower Blue #6899EC
RGB
CMYK
RGB Variations
Color information
#6899EC (or 0x6899EC) is known color: Cornflower Blue. HEX triplet: 68, 99 and EC. RGB value is (104,153,236). Sum of RGB (Red+Green+Blue) = 104+153+236=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #6899EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6899EC is #976613. Grayscale: #939393. Windows color (decimal): -9922068 or 15505768. OLE color: 15505768.
HSL color Cylindrical-coordinate representation of color #6899EC: hue angle of 217.73º 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 #6899EC is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 153 | 236 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.07 |
| HSL | 217.73º | 0.78% | 0.67% | - |
| HSV(B) | 217.73º | 0.56% | 0.93% | - |
| XYZ | 32.24 | 31.78 | 83.79 | - |
| YUV | 147.81 | 177.77 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 236 | 0.56 | 0.35 | 0 | 0.07 | 217.73 | 0.78 | 0.67 |
| Hex | 68 | 99 | EC | 38 | 23 | 0 | 7 | DA | 4E | 43 |
| Octal | 150 | 231 | 354 | 70 | 43 | 0 | 7 | 332 | 116 | 103 |
| Binary | 1101000 | 10011001 | 11101100 | 111000 | 100011 | 0 | 111 | 11011010 | 1001110 | 1000011 |
Color Harmonies of #6899EC
Complementary color
Monochromatic Colors of #6899EC
Black with #6899EC
Text Example
Text Example
White with #6899EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899EC; }
p { color: rgb(104,153,236); }
H1.HeaderClassName
{
color: #6899EC;
}
.AnyTagClassName
{
color: #6899EC;
}
</style>
background-color css
<style>
a { background-color: #6899EC; }
a { background-color: rgb(104,153,236); }
div.DivClassName
{
background-color: #6899EC;
}
.BgClassName
{
background-color: #6899EC;
}
</style>
border-color css
<style>
span { border-color: #6899EC; }
span { border-color: rgb(104,153,236); }
td.TdClassName
{
border-color: #6899EC;
}
.TagClassName
{
border-color: #6899EC;
}
</style>