Shades of Cornflower Blue #6A8AFE
Tints of Cornflower Blue #6A8AFE
RGB
CMYK
RGB Variations
Color information
#6A8AFE (or 0x6A8AFE) is known color: Cornflower Blue. HEX triplet: 6A, 8A and FE. RGB value is (106,138,254). Sum of RGB (Red+Green+Blue) = 106+138+254=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A8AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8AFE is #957501. Grayscale: #8D8D8D. Windows color (decimal): -9794818 or 16681578. OLE color: 16681578.
HSL color Cylindrical-coordinate representation of color #6A8AFE: hue angle of 227.03º 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 #6A8AFE is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 138 | 254 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.00 |
| HSL | 227.03º | 0.99% | 0.71% | - |
| HSV(B) | 227.03º | 0.58% | 1% | - |
| XYZ | 32.92 | 28.4 | 97.51 | - |
| YUV | 141.66 | 191.4 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 254 | 0.58 | 0.46 | 0 | 0.00 | 227.03 | 0.99 | 0.71 |
| Hex | 6A | 8A | FE | 3A | 2E | 0 | 0 | E3 | 63 | 47 |
| Octal | 152 | 212 | 376 | 72 | 56 | 0 | 0 | 343 | 143 | 107 |
| Binary | 1101010 | 10001010 | 11111110 | 111010 | 101110 | 0 | 0 | 11100011 | 1100011 | 1000111 |
Color Harmonies of #6A8AFE
Complementary color
Monochromatic Colors of #6A8AFE
Black with #6A8AFE
Text Example
Text Example
White with #6A8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8AFE; }
p { color: rgb(106,138,254); }
H1.HeaderClassName
{
color: #6A8AFE;
}
.AnyTagClassName
{
color: #6A8AFE;
}
</style>
background-color css
<style>
a { background-color: #6A8AFE; }
a { background-color: rgb(106,138,254); }
div.DivClassName
{
background-color: #6A8AFE;
}
.BgClassName
{
background-color: #6A8AFE;
}
</style>
border-color css
<style>
span { border-color: #6A8AFE; }
span { border-color: rgb(106,138,254); }
td.TdClassName
{
border-color: #6A8AFE;
}
.TagClassName
{
border-color: #6A8AFE;
}
</style>