Shades of Cornflower Blue #6A8AFA
Tints of Cornflower Blue #6A8AFA
RGB
CMYK
RGB Variations
Color information
#6A8AFA (or 0x6A8AFA) is known color: Cornflower Blue. HEX triplet: 6A, 8A and FA. RGB value is (106,138,250). Sum of RGB (Red+Green+Blue) = 106+138+250=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A8AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8AFA is #957505. Grayscale: #8C8C8C. Windows color (decimal): -9794822 or 16419434. OLE color: 16419434.
HSL color Cylindrical-coordinate representation of color #6A8AFA: hue angle of 226.67º 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 #6A8AFA is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 138 | 250 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.02 |
| HSL | 226.67º | 0.94% | 0.7% | - |
| HSV(B) | 226.67º | 0.58% | 0.98% | - |
| XYZ | 32.29 | 28.14 | 94.17 | - |
| YUV | 141.2 | 189.4 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 250 | 0.58 | 0.45 | 0 | 0.02 | 226.67 | 0.94 | 0.7 |
| Hex | 6A | 8A | FA | 3A | 2D | 0 | 2 | E3 | 5E | 46 |
| Octal | 152 | 212 | 372 | 72 | 55 | 0 | 2 | 343 | 136 | 106 |
| Binary | 1101010 | 10001010 | 11111010 | 111010 | 101101 | 0 | 10 | 11100011 | 1011110 | 1000110 |
Color Harmonies of #6A8AFA
Complementary color
Monochromatic Colors of #6A8AFA
Black with #6A8AFA
Text Example
Text Example
White with #6A8AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8AFA; }
p { color: rgb(106,138,250); }
H1.HeaderClassName
{
color: #6A8AFA;
}
.AnyTagClassName
{
color: #6A8AFA;
}
</style>
background-color css
<style>
a { background-color: #6A8AFA; }
a { background-color: rgb(106,138,250); }
div.DivClassName
{
background-color: #6A8AFA;
}
.BgClassName
{
background-color: #6A8AFA;
}
</style>
border-color css
<style>
span { border-color: #6A8AFA; }
span { border-color: rgb(106,138,250); }
td.TdClassName
{
border-color: #6A8AFA;
}
.TagClassName
{
border-color: #6A8AFA;
}
</style>