Shades of Cornflower Blue #6E8BED
Tints of Cornflower Blue #6E8BED
RGB
CMYK
RGB Variations
Color information
#6E8BED (or 0x6E8BED) is known color: Cornflower Blue. HEX triplet: 6E, 8B and ED. RGB value is (110,139,237). Sum of RGB (Red+Green+Blue) = 110+139+237=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E8BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8BED is #917412. Grayscale: #8D8D8D. Windows color (decimal): -9532435 or 15567726. OLE color: 15567726.
HSL color Cylindrical-coordinate representation of color #6E8BED: hue angle of 226.3º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E8BED is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 139 | 237 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.07 |
| HSL | 226.3º | 0.78% | 0.68% | - |
| HSV(B) | 226.3º | 0.54% | 0.93% | - |
| XYZ | 30.95 | 27.89 | 83.87 | - |
| YUV | 141.5 | 181.89 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 237 | 0.54 | 0.41 | 0 | 0.07 | 226.3 | 0.78 | 0.68 |
| Hex | 6E | 8B | ED | 36 | 29 | 0 | 7 | E2 | 4E | 44 |
| Octal | 156 | 213 | 355 | 66 | 51 | 0 | 7 | 342 | 116 | 104 |
| Binary | 1101110 | 10001011 | 11101101 | 110110 | 101001 | 0 | 111 | 11100010 | 1001110 | 1000100 |
Color Harmonies of #6E8BED
Complementary color
Monochromatic Colors of #6E8BED
Black with #6E8BED
Text Example
Text Example
White with #6E8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8BED; }
p { color: rgb(110,139,237); }
H1.HeaderClassName
{
color: #6E8BED;
}
.AnyTagClassName
{
color: #6E8BED;
}
</style>
background-color css
<style>
a { background-color: #6E8BED; }
a { background-color: rgb(110,139,237); }
div.DivClassName
{
background-color: #6E8BED;
}
.BgClassName
{
background-color: #6E8BED;
}
</style>
border-color css
<style>
span { border-color: #6E8BED; }
span { border-color: rgb(110,139,237); }
td.TdClassName
{
border-color: #6E8BED;
}
.TagClassName
{
border-color: #6E8BED;
}
</style>