Shades of Cornflower Blue #6883EE
Tints of Cornflower Blue #6883EE
RGB
CMYK
RGB Variations
Color information
#6883EE (or 0x6883EE) is known color: Cornflower Blue. HEX triplet: 68, 83 and EE. RGB value is (104,131,238). Sum of RGB (Red+Green+Blue) = 104+131+238=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #6883EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6883EE is #977C11. Grayscale: #868686. Windows color (decimal): -9927698 or 15631208. OLE color: 15631208.
HSL color Cylindrical-coordinate representation of color #6883EE: hue angle of 227.91º 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 #6883EE is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 131 | 238 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.07 |
| HSL | 227.91º | 0.8% | 0.67% | - |
| HSV(B) | 227.91º | 0.56% | 0.93% | - |
| XYZ | 29.26 | 25.35 | 84.24 | - |
| YUV | 135.13 | 186.05 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 238 | 0.56 | 0.45 | 0 | 0.07 | 227.91 | 0.8 | 0.67 |
| Hex | 68 | 83 | EE | 38 | 2D | 0 | 7 | E4 | 50 | 43 |
| Octal | 150 | 203 | 356 | 70 | 55 | 0 | 7 | 344 | 120 | 103 |
| Binary | 1101000 | 10000011 | 11101110 | 111000 | 101101 | 0 | 111 | 11100100 | 1010000 | 1000011 |
Color Harmonies of #6883EE
Complementary color
Monochromatic Colors of #6883EE
Black with #6883EE
Text Example
Text Example
White with #6883EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6883EE; }
p { color: rgb(104,131,238); }
H1.HeaderClassName
{
color: #6883EE;
}
.AnyTagClassName
{
color: #6883EE;
}
</style>
background-color css
<style>
a { background-color: #6883EE; }
a { background-color: rgb(104,131,238); }
div.DivClassName
{
background-color: #6883EE;
}
.BgClassName
{
background-color: #6883EE;
}
</style>
border-color css
<style>
span { border-color: #6883EE; }
span { border-color: rgb(104,131,238); }
td.TdClassName
{
border-color: #6883EE;
}
.TagClassName
{
border-color: #6883EE;
}
</style>