Shades of Cornflower Blue #6895EE
Tints of Cornflower Blue #6895EE
RGB
CMYK
RGB Variations
Color information
#6895EE (or 0x6895EE) is known color: Cornflower Blue. HEX triplet: 68, 95 and EE. RGB value is (104,149,238). Sum of RGB (Red+Green+Blue) = 104+149+238=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #6895EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6895EE is #976A11. Grayscale: #919191. Windows color (decimal): -9923090 or 15635816. OLE color: 15635816.
HSL color Cylindrical-coordinate representation of color #6895EE: hue angle of 219.85º degrees, saturation: 0.8, 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 #6895EE is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 149 | 238 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.07 |
| HSL | 219.85º | 0.8% | 0.67% | - |
| HSV(B) | 219.85º | 0.56% | 0.93% | - |
| XYZ | 31.89 | 30.61 | 85.12 | - |
| YUV | 145.69 | 180.09 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 238 | 0.56 | 0.37 | 0 | 0.07 | 219.85 | 0.8 | 0.67 |
| Hex | 68 | 95 | EE | 38 | 25 | 0 | 7 | DC | 50 | 43 |
| Octal | 150 | 225 | 356 | 70 | 45 | 0 | 7 | 334 | 120 | 103 |
| Binary | 1101000 | 10010101 | 11101110 | 111000 | 100101 | 0 | 111 | 11011100 | 1010000 | 1000011 |
Color Harmonies of #6895EE
Complementary color
Monochromatic Colors of #6895EE
Black with #6895EE
Text Example
Text Example
White with #6895EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6895EE; }
p { color: rgb(104,149,238); }
H1.HeaderClassName
{
color: #6895EE;
}
.AnyTagClassName
{
color: #6895EE;
}
</style>
background-color css
<style>
a { background-color: #6895EE; }
a { background-color: rgb(104,149,238); }
div.DivClassName
{
background-color: #6895EE;
}
.BgClassName
{
background-color: #6895EE;
}
</style>
border-color css
<style>
span { border-color: #6895EE; }
span { border-color: rgb(104,149,238); }
td.TdClassName
{
border-color: #6895EE;
}
.TagClassName
{
border-color: #6895EE;
}
</style>