Shades of Cornflower Blue #6A8EED
Tints of Cornflower Blue #6A8EED
RGB
CMYK
RGB Variations
Color information
#6A8EED (or 0x6A8EED) is known color: Cornflower Blue. HEX triplet: 6A, 8E and ED. RGB value is (106,142,237). Sum of RGB (Red+Green+Blue) = 106+142+237=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A8EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8EED is #957112. Grayscale: #8D8D8D. Windows color (decimal): -9793811 or 15568490. OLE color: 15568490.
HSL color Cylindrical-coordinate representation of color #6A8EED: hue angle of 223.51º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A8EED is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 142 | 237 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.07 |
| HSL | 223.51º | 0.78% | 0.67% | - |
| HSV(B) | 223.51º | 0.55% | 0.93% | - |
| XYZ | 30.9 | 28.52 | 84 | - |
| YUV | 142.07 | 181.57 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 237 | 0.55 | 0.40 | 0 | 0.07 | 223.51 | 0.78 | 0.67 |
| Hex | 6A | 8E | ED | 37 | 28 | 0 | 7 | E0 | 4E | 43 |
| Octal | 152 | 216 | 355 | 67 | 50 | 0 | 7 | 340 | 116 | 103 |
| Binary | 1101010 | 10001110 | 11101101 | 110111 | 101000 | 0 | 111 | 11100000 | 1001110 | 1000011 |
Color Harmonies of #6A8EED
Complementary color
Monochromatic Colors of #6A8EED
Black with #6A8EED
Text Example
Text Example
White with #6A8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8EED; }
p { color: rgb(106,142,237); }
H1.HeaderClassName
{
color: #6A8EED;
}
.AnyTagClassName
{
color: #6A8EED;
}
</style>
background-color css
<style>
a { background-color: #6A8EED; }
a { background-color: rgb(106,142,237); }
div.DivClassName
{
background-color: #6A8EED;
}
.BgClassName
{
background-color: #6A8EED;
}
</style>
border-color css
<style>
span { border-color: #6A8EED; }
span { border-color: rgb(106,142,237); }
td.TdClassName
{
border-color: #6A8EED;
}
.TagClassName
{
border-color: #6A8EED;
}
</style>