Shades of Cornflower Blue #6A8FFA
Tints of Cornflower Blue #6A8FFA
RGB
CMYK
RGB Variations
Color information
#6A8FFA (or 0x6A8FFA) is known color: Cornflower Blue. HEX triplet: 6A, 8F and FA. RGB value is (106,143,250). Sum of RGB (Red+Green+Blue) = 106+143+250=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A8FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8FFA is #957005. Grayscale: #8F8F8F. Windows color (decimal): -9793542 or 16420714. OLE color: 16420714.
HSL color Cylindrical-coordinate representation of color #6A8FFA: hue angle of 224.58º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A8FFA is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 143 | 250 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.02 |
| HSL | 224.58º | 0.94% | 0.7% | - |
| HSV(B) | 224.58º | 0.58% | 0.98% | - |
| XYZ | 33.02 | 29.61 | 94.42 | - |
| YUV | 144.14 | 187.74 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 250 | 0.58 | 0.43 | 0 | 0.02 | 224.58 | 0.94 | 0.7 |
| Hex | 6A | 8F | FA | 3A | 2B | 0 | 2 | E1 | 5E | 46 |
| Octal | 152 | 217 | 372 | 72 | 53 | 0 | 2 | 341 | 136 | 106 |
| Binary | 1101010 | 10001111 | 11111010 | 111010 | 101011 | 0 | 10 | 11100001 | 1011110 | 1000110 |
Color Harmonies of #6A8FFA
Complementary color
Monochromatic Colors of #6A8FFA
Black with #6A8FFA
Text Example
Text Example
White with #6A8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8FFA; }
p { color: rgb(106,143,250); }
H1.HeaderClassName
{
color: #6A8FFA;
}
.AnyTagClassName
{
color: #6A8FFA;
}
</style>
background-color css
<style>
a { background-color: #6A8FFA; }
a { background-color: rgb(106,143,250); }
div.DivClassName
{
background-color: #6A8FFA;
}
.BgClassName
{
background-color: #6A8FFA;
}
</style>
border-color css
<style>
span { border-color: #6A8FFA; }
span { border-color: rgb(106,143,250); }
td.TdClassName
{
border-color: #6A8FFA;
}
.TagClassName
{
border-color: #6A8FFA;
}
</style>