Shades of Cornflower Blue #6A7ADA
Tints of Cornflower Blue #6A7ADA
RGB
CMYK
RGB Variations
Color information
#6A7ADA (or 0x6A7ADA) is known color: Cornflower Blue. HEX triplet: 6A, 7A and DA. RGB value is (106,122,218). Sum of RGB (Red+Green+Blue) = 106+122+218=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A7ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7ADA is #958525. Grayscale: #7F7F7F. Windows color (decimal): -9798950 or 14318186. OLE color: 14318186.
HSL color Cylindrical-coordinate representation of color #6A7ADA: hue angle of 231.43º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A7ADA is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 122 | 218 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.15 |
| HSL | 231.43º | 0.6% | 0.64% | - |
| HSV(B) | 231.43º | 0.51% | 0.85% | - |
| XYZ | 25.56 | 22.05 | 69.24 | - |
| YUV | 128.16 | 178.7 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 218 | 0.51 | 0.44 | 0 | 0.15 | 231.43 | 0.6 | 0.64 |
| Hex | 6A | 7A | DA | 33 | 2C | 0 | F | E7 | 3C | 40 |
| Octal | 152 | 172 | 332 | 63 | 54 | 0 | 17 | 347 | 74 | 100 |
| Binary | 1101010 | 1111010 | 11011010 | 110011 | 101100 | 0 | 1111 | 11100111 | 111100 | 1000000 |
Color Harmonies of #6A7ADA
Complementary color
Monochromatic Colors of #6A7ADA
Black with #6A7ADA
Text Example
Text Example
White with #6A7ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7ADA; }
p { color: rgb(106,122,218); }
H1.HeaderClassName
{
color: #6A7ADA;
}
.AnyTagClassName
{
color: #6A7ADA;
}
</style>
background-color css
<style>
a { background-color: #6A7ADA; }
a { background-color: rgb(106,122,218); }
div.DivClassName
{
background-color: #6A7ADA;
}
.BgClassName
{
background-color: #6A7ADA;
}
</style>
border-color css
<style>
span { border-color: #6A7ADA; }
span { border-color: rgb(106,122,218); }
td.TdClassName
{
border-color: #6A7ADA;
}
.TagClassName
{
border-color: #6A7ADA;
}
</style>