Shades of Cornflower Blue #6A82DA
Tints of Cornflower Blue #6A82DA
RGB
CMYK
RGB Variations
Color information
#6A82DA (or 0x6A82DA) is known color: Cornflower Blue. HEX triplet: 6A, 82 and DA. RGB value is (106,130,218). Sum of RGB (Red+Green+Blue) = 106+130+218=454 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.35% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A82DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A82DA is #957D25. Grayscale: #848484. Windows color (decimal): -9796902 or 14320234. OLE color: 14320234.
HSL color Cylindrical-coordinate representation of color #6A82DA: hue angle of 227.14º 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 #6A82DA is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 130 | 218 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.15 |
| HSL | 227.14º | 0.6% | 0.64% | - |
| HSV(B) | 227.14º | 0.51% | 0.85% | - |
| XYZ | 26.58 | 24.09 | 69.58 | - |
| YUV | 132.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 218 | 0.51 | 0.40 | 0 | 0.15 | 227.14 | 0.6 | 0.64 |
| Hex | 6A | 82 | DA | 33 | 28 | 0 | F | E3 | 3C | 40 |
| Octal | 152 | 202 | 332 | 63 | 50 | 0 | 17 | 343 | 74 | 100 |
| Binary | 1101010 | 10000010 | 11011010 | 110011 | 101000 | 0 | 1111 | 11100011 | 111100 | 1000000 |
Color Harmonies of #6A82DA
Complementary color
Monochromatic Colors of #6A82DA
Black with #6A82DA
Text Example
Text Example
White with #6A82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A82DA; }
p { color: rgb(106,130,218); }
H1.HeaderClassName
{
color: #6A82DA;
}
.AnyTagClassName
{
color: #6A82DA;
}
</style>
background-color css
<style>
a { background-color: #6A82DA; }
a { background-color: rgb(106,130,218); }
div.DivClassName
{
background-color: #6A82DA;
}
.BgClassName
{
background-color: #6A82DA;
}
</style>
border-color css
<style>
span { border-color: #6A82DA; }
span { border-color: rgb(106,130,218); }
td.TdClassName
{
border-color: #6A82DA;
}
.TagClassName
{
border-color: #6A82DA;
}
</style>