Shades of Cornflower Blue #6A8EFF
Tints of Cornflower Blue #6A8EFF
RGB
CMYK
RGB Variations
Color information
#6A8EFF (or 0x6A8EFF) is known color: Cornflower Blue. HEX triplet: 6A, 8E and FF. RGB value is (106,142,255). Sum of RGB (Red+Green+Blue) = 106+142+255=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8EFF is #957100. Grayscale: #8F8F8F. Windows color (decimal): -9793793 or 16748138. OLE color: 16748138.
HSL color Cylindrical-coordinate representation of color #6A8EFF: hue angle of 225.5º 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 #6A8EFF is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 142 | 255 | - |
| CMYK | 0.58 | 0.44 | 0 | 0 |
| HSL | 225.5º | 1% | 0.71% | - |
| HSV(B) | 225.5º | 0.58% | 1% | - |
| XYZ | 33.67 | 29.63 | 98.55 | - |
| YUV | 144.12 | 190.57 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 255 | 0.58 | 0.44 | 0 | 0 | 225.5 | 1 | 0.71 |
| Hex | 6A | 8E | FF | 3A | 2C | 0 | 0 | E2 | 64 | 47 |
| Octal | 152 | 216 | 377 | 72 | 54 | 0 | 0 | 342 | 144 | 107 |
| Binary | 1101010 | 10001110 | 11111111 | 111010 | 101100 | 0 | 0 | 11100010 | 1100100 | 1000111 |
Color Harmonies of #6A8EFF
Complementary color
Monochromatic Colors of #6A8EFF
Black with #6A8EFF
Text Example
Text Example
White with #6A8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8EFF; }
p { color: rgb(106,142,255); }
H1.HeaderClassName
{
color: #6A8EFF;
}
.AnyTagClassName
{
color: #6A8EFF;
}
</style>
background-color css
<style>
a { background-color: #6A8EFF; }
a { background-color: rgb(106,142,255); }
div.DivClassName
{
background-color: #6A8EFF;
}
.BgClassName
{
background-color: #6A8EFF;
}
</style>
border-color css
<style>
span { border-color: #6A8EFF; }
span { border-color: rgb(106,142,255); }
td.TdClassName
{
border-color: #6A8EFF;
}
.TagClassName
{
border-color: #6A8EFF;
}
</style>