Shades of Cornflower Blue #6895EC
Tints of Cornflower Blue #6895EC
RGB
CMYK
RGB Variations
Color information
#6895EC (or 0x6895EC) is known color: Cornflower Blue. HEX triplet: 68, 95 and EC. RGB value is (104,149,236). Sum of RGB (Red+Green+Blue) = 104+149+236=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #6895EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6895EC is #976A13. Grayscale: #919191. Windows color (decimal): -9923092 or 15504744. OLE color: 15504744.
HSL color Cylindrical-coordinate representation of color #6895EC: hue angle of 219.55º 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 #6895EC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 149 | 236 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.07 |
| HSL | 219.55º | 0.78% | 0.67% | - |
| HSV(B) | 219.55º | 0.56% | 0.93% | - |
| XYZ | 31.6 | 30.49 | 83.58 | - |
| YUV | 145.46 | 179.09 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 236 | 0.56 | 0.37 | 0 | 0.07 | 219.55 | 0.78 | 0.67 |
| Hex | 68 | 95 | EC | 38 | 25 | 0 | 7 | DC | 4E | 43 |
| Octal | 150 | 225 | 354 | 70 | 45 | 0 | 7 | 334 | 116 | 103 |
| Binary | 1101000 | 10010101 | 11101100 | 111000 | 100101 | 0 | 111 | 11011100 | 1001110 | 1000011 |
Color Harmonies of #6895EC
Complementary color
Monochromatic Colors of #6895EC
Black with #6895EC
Text Example
Text Example
White with #6895EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6895EC; }
p { color: rgb(104,149,236); }
H1.HeaderClassName
{
color: #6895EC;
}
.AnyTagClassName
{
color: #6895EC;
}
</style>
background-color css
<style>
a { background-color: #6895EC; }
a { background-color: rgb(104,149,236); }
div.DivClassName
{
background-color: #6895EC;
}
.BgClassName
{
background-color: #6895EC;
}
</style>
border-color css
<style>
span { border-color: #6895EC; }
span { border-color: rgb(104,149,236); }
td.TdClassName
{
border-color: #6895EC;
}
.TagClassName
{
border-color: #6895EC;
}
</style>