Shades of Cornflower Blue #6A8FFE
Tints of Cornflower Blue #6A8FFE
RGB
CMYK
RGB Variations
Color information
#6A8FFE (or 0x6A8FFE) is known color: Cornflower Blue. HEX triplet: 6A, 8F and FE. RGB value is (106,143,254). Sum of RGB (Red+Green+Blue) = 106+143+254=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A8FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8FFE is #957001. Grayscale: #909090. Windows color (decimal): -9793538 or 16682858. OLE color: 16682858.
HSL color Cylindrical-coordinate representation of color #6A8FFE: hue angle of 225º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A8FFE is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 143 | 254 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.00 |
| HSL | 225º | 0.99% | 0.71% | - |
| HSV(B) | 225º | 0.58% | 1% | - |
| XYZ | 33.66 | 29.86 | 97.76 | - |
| YUV | 144.59 | 189.74 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 254 | 0.58 | 0.44 | 0 | 0.00 | 225 | 0.99 | 0.71 |
| Hex | 6A | 8F | FE | 3A | 2C | 0 | 0 | E1 | 63 | 47 |
| Octal | 152 | 217 | 376 | 72 | 54 | 0 | 0 | 341 | 143 | 107 |
| Binary | 1101010 | 10001111 | 11111110 | 111010 | 101100 | 0 | 0 | 11100001 | 1100011 | 1000111 |
Color Harmonies of #6A8FFE
Complementary color
Monochromatic Colors of #6A8FFE
Black with #6A8FFE
Text Example
Text Example
White with #6A8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8FFE; }
p { color: rgb(106,143,254); }
H1.HeaderClassName
{
color: #6A8FFE;
}
.AnyTagClassName
{
color: #6A8FFE;
}
</style>
background-color css
<style>
a { background-color: #6A8FFE; }
a { background-color: rgb(106,143,254); }
div.DivClassName
{
background-color: #6A8FFE;
}
.BgClassName
{
background-color: #6A8FFE;
}
</style>
border-color css
<style>
span { border-color: #6A8FFE; }
span { border-color: rgb(106,143,254); }
td.TdClassName
{
border-color: #6A8FFE;
}
.TagClassName
{
border-color: #6A8FFE;
}
</style>