Shades of Cornflower Blue #6A8FFF
Tints of Cornflower Blue #6A8FFF
RGB
CMYK
RGB Variations
Color information
#6A8FFF (or 0x6A8FFF) is known color: Cornflower Blue. HEX triplet: 6A, 8F and FF. RGB value is (106,143,255). Sum of RGB (Red+Green+Blue) = 106+143+255=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A8FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8FFF is #957000. Grayscale: #909090. Windows color (decimal): -9793537 or 16748394. OLE color: 16748394.
HSL color Cylindrical-coordinate representation of color #6A8FFF: hue angle of 225.1º 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 #6A8FFF is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 143 | 255 | - |
| CMYK | 0.58 | 0.44 | 0 | 0 |
| HSL | 225.1º | 1% | 0.71% | - |
| HSV(B) | 225.1º | 0.58% | 1% | - |
| XYZ | 33.82 | 29.93 | 98.6 | - |
| YUV | 144.71 | 190.24 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 255 | 0.58 | 0.44 | 0 | 0 | 225.1 | 1 | 0.71 |
| Hex | 6A | 8F | FF | 3A | 2C | 0 | 0 | E1 | 64 | 47 |
| Octal | 152 | 217 | 377 | 72 | 54 | 0 | 0 | 341 | 144 | 107 |
| Binary | 1101010 | 10001111 | 11111111 | 111010 | 101100 | 0 | 0 | 11100001 | 1100100 | 1000111 |
Color Harmonies of #6A8FFF
Complementary color
Monochromatic Colors of #6A8FFF
Black with #6A8FFF
Text Example
Text Example
White with #6A8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8FFF; }
p { color: rgb(106,143,255); }
H1.HeaderClassName
{
color: #6A8FFF;
}
.AnyTagClassName
{
color: #6A8FFF;
}
</style>
background-color css
<style>
a { background-color: #6A8FFF; }
a { background-color: rgb(106,143,255); }
div.DivClassName
{
background-color: #6A8FFF;
}
.BgClassName
{
background-color: #6A8FFF;
}
</style>
border-color css
<style>
span { border-color: #6A8FFF; }
span { border-color: rgb(106,143,255); }
td.TdClassName
{
border-color: #6A8FFF;
}
.TagClassName
{
border-color: #6A8FFF;
}
</style>