Shades of Cornflower Blue #6A7ED7
Tints of Cornflower Blue #6A7ED7
RGB
CMYK
RGB Variations
Color information
#6A7ED7 (or 0x6A7ED7) is known color: Cornflower Blue. HEX triplet: 6A, 7E and D7. RGB value is (106,126,215). Sum of RGB (Red+Green+Blue) = 106+126+215=447 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.71% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #6A7ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7ED7 is #958128. Grayscale: #818181. Windows color (decimal): -9797929 or 14122602. OLE color: 14122602.
HSL color Cylindrical-coordinate representation of color #6A7ED7: hue angle of 228.99º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A7ED7 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 126 | 215 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.16 |
| HSL | 228.99º | 0.58% | 0.63% | - |
| HSV(B) | 228.99º | 0.51% | 0.84% | - |
| XYZ | 25.67 | 22.89 | 67.36 | - |
| YUV | 130.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 215 | 0.51 | 0.41 | 0 | 0.16 | 228.99 | 0.58 | 0.63 |
| Hex | 6A | 7E | D7 | 33 | 29 | 0 | 10 | E5 | 3A | 3F |
| Octal | 152 | 176 | 327 | 63 | 51 | 0 | 20 | 345 | 72 | 77 |
| Binary | 1101010 | 1111110 | 11010111 | 110011 | 101001 | 0 | 10000 | 11100101 | 111010 | 111111 |
Color Harmonies of #6A7ED7
Complementary color
Monochromatic Colors of #6A7ED7
Black with #6A7ED7
Text Example
Text Example
White with #6A7ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7ED7; }
p { color: rgb(106,126,215); }
H1.HeaderClassName
{
color: #6A7ED7;
}
.AnyTagClassName
{
color: #6A7ED7;
}
</style>
background-color css
<style>
a { background-color: #6A7ED7; }
a { background-color: rgb(106,126,215); }
div.DivClassName
{
background-color: #6A7ED7;
}
.BgClassName
{
background-color: #6A7ED7;
}
</style>
border-color css
<style>
span { border-color: #6A7ED7; }
span { border-color: rgb(106,126,215); }
td.TdClassName
{
border-color: #6A7ED7;
}
.TagClassName
{
border-color: #6A7ED7;
}
</style>