Shades of Cornflower Blue #6898EE
Tints of Cornflower Blue #6898EE
RGB
CMYK
RGB Variations
Color information
#6898EE (or 0x6898EE) is known color: Cornflower Blue. HEX triplet: 68, 98 and EE. RGB value is (104,152,238). Sum of RGB (Red+Green+Blue) = 104+152+238=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #6898EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6898EE is #976711. Grayscale: #939393. Windows color (decimal): -9922322 or 15636584. OLE color: 15636584.
HSL color Cylindrical-coordinate representation of color #6898EE: hue angle of 218.51º 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 #6898EE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 152 | 238 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.07 |
| HSL | 218.51º | 0.8% | 0.67% | - |
| HSV(B) | 218.51º | 0.56% | 0.93% | - |
| XYZ | 32.37 | 31.57 | 85.28 | - |
| YUV | 147.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 238 | 0.56 | 0.36 | 0 | 0.07 | 218.51 | 0.8 | 0.67 |
| Hex | 68 | 98 | EE | 38 | 24 | 0 | 7 | DB | 50 | 43 |
| Octal | 150 | 230 | 356 | 70 | 44 | 0 | 7 | 333 | 120 | 103 |
| Binary | 1101000 | 10011000 | 11101110 | 111000 | 100100 | 0 | 111 | 11011011 | 1010000 | 1000011 |
Color Harmonies of #6898EE
Complementary color
Monochromatic Colors of #6898EE
Black with #6898EE
Text Example
Text Example
White with #6898EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6898EE; }
p { color: rgb(104,152,238); }
H1.HeaderClassName
{
color: #6898EE;
}
.AnyTagClassName
{
color: #6898EE;
}
</style>
background-color css
<style>
a { background-color: #6898EE; }
a { background-color: rgb(104,152,238); }
div.DivClassName
{
background-color: #6898EE;
}
.BgClassName
{
background-color: #6898EE;
}
</style>
border-color css
<style>
span { border-color: #6898EE; }
span { border-color: rgb(104,152,238); }
td.TdClassName
{
border-color: #6898EE;
}
.TagClassName
{
border-color: #6898EE;
}
</style>