Shades of Cornflower Blue #6A8DFF
Tints of Cornflower Blue #6A8DFF
RGB
CMYK
RGB Variations
Color information
#6A8DFF (or 0x6A8DFF) is known color: Cornflower Blue. HEX triplet: 6A, 8D and FF. RGB value is (106,141,255). Sum of RGB (Red+Green+Blue) = 106+141+255=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A8DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8DFF is #957200. Grayscale: #8F8F8F. Windows color (decimal): -9794049 or 16747882. OLE color: 16747882.
HSL color Cylindrical-coordinate representation of color #6A8DFF: hue angle of 225.91º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A8DFF is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 141 | 255 | - |
| CMYK | 0.58 | 0.45 | 0 | 0 |
| HSL | 225.91º | 1% | 0.71% | - |
| HSV(B) | 225.91º | 0.58% | 1% | - |
| XYZ | 33.52 | 29.33 | 98.5 | - |
| YUV | 143.53 | 190.9 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 141 | 255 | 0.58 | 0.45 | 0 | 0 | 225.91 | 1 | 0.71 |
| Hex | 6A | 8D | FF | 3A | 2D | 0 | 0 | E2 | 64 | 47 |
| Octal | 152 | 215 | 377 | 72 | 55 | 0 | 0 | 342 | 144 | 107 |
| Binary | 1101010 | 10001101 | 11111111 | 111010 | 101101 | 0 | 0 | 11100010 | 1100100 | 1000111 |
Color Harmonies of #6A8DFF
Complementary color
Monochromatic Colors of #6A8DFF
Black with #6A8DFF
Text Example
Text Example
White with #6A8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8DFF; }
p { color: rgb(106,141,255); }
H1.HeaderClassName
{
color: #6A8DFF;
}
.AnyTagClassName
{
color: #6A8DFF;
}
</style>
background-color css
<style>
a { background-color: #6A8DFF; }
a { background-color: rgb(106,141,255); }
div.DivClassName
{
background-color: #6A8DFF;
}
.BgClassName
{
background-color: #6A8DFF;
}
</style>
border-color css
<style>
span { border-color: #6A8DFF; }
span { border-color: rgb(106,141,255); }
td.TdClassName
{
border-color: #6A8DFF;
}
.TagClassName
{
border-color: #6A8DFF;
}
</style>