Shades of Cornflower Blue #6A8EF3
Tints of Cornflower Blue #6A8EF3
RGB
CMYK
RGB Variations
Color information
#6A8EF3 (or 0x6A8EF3) is known color: Cornflower Blue. HEX triplet: 6A, 8E and F3. RGB value is (106,142,243). Sum of RGB (Red+Green+Blue) = 106+142+243=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #6A8EF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8EF3 is #95710C. Grayscale: #8E8E8E. Windows color (decimal): -9793805 or 15961706. OLE color: 15961706.
HSL color Cylindrical-coordinate representation of color #6A8EF3: hue angle of 224.23º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A8EF3 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 142 | 243 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.05 |
| HSL | 224.23º | 0.85% | 0.68% | - |
| HSV(B) | 224.23º | 0.56% | 0.95% | - |
| XYZ | 31.79 | 28.88 | 88.69 | - |
| YUV | 142.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 243 | 0.56 | 0.42 | 0 | 0.05 | 224.23 | 0.85 | 0.68 |
| Hex | 6A | 8E | F3 | 38 | 2A | 0 | 5 | E0 | 55 | 44 |
| Octal | 152 | 216 | 363 | 70 | 52 | 0 | 5 | 340 | 125 | 104 |
| Binary | 1101010 | 10001110 | 11110011 | 111000 | 101010 | 0 | 101 | 11100000 | 1010101 | 1000100 |
Color Harmonies of #6A8EF3
Complementary color
Monochromatic Colors of #6A8EF3
Black with #6A8EF3
Text Example
Text Example
White with #6A8EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8EF3; }
p { color: rgb(106,142,243); }
H1.HeaderClassName
{
color: #6A8EF3;
}
.AnyTagClassName
{
color: #6A8EF3;
}
</style>
background-color css
<style>
a { background-color: #6A8EF3; }
a { background-color: rgb(106,142,243); }
div.DivClassName
{
background-color: #6A8EF3;
}
.BgClassName
{
background-color: #6A8EF3;
}
</style>
border-color css
<style>
span { border-color: #6A8EF3; }
span { border-color: rgb(106,142,243); }
td.TdClassName
{
border-color: #6A8EF3;
}
.TagClassName
{
border-color: #6A8EF3;
}
</style>