Shades of Studio #6A489D
Tints of Studio #6A489D
RGB
CMYK
RGB Variations
Color information
#6A489D (or 0x6A489D) is known color: Studio. HEX triplet: 6A, 48 and 9D. RGB value is (106,72,157). Sum of RGB (Red+Green+Blue) = 106+72+157=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A489D is #95B762. Grayscale: #5B5B5B. Windows color (decimal): -9811811 or 10307690. OLE color: 10307690.
HSL color Cylindrical-coordinate representation of color #6A489D: hue angle of 264º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A489D is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 72 | 157 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.38 |
| HSL | 264º | 0.37% | 0.45% | - |
| HSV(B) | 264º | 0.54% | 0.62% | - |
| XYZ | 14.35 | 10.13 | 33.1 | - |
| YUV | 91.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 72 | 157 | 0.32 | 0.54 | 0 | 0.38 | 264 | 0.37 | 0.45 |
| Hex | 6A | 48 | 9D | 20 | 36 | 0 | 26 | 108 | 25 | 2D |
| Octal | 152 | 110 | 235 | 40 | 66 | 0 | 46 | 410 | 45 | 55 |
| Binary | 1101010 | 1001000 | 10011101 | 100000 | 110110 | 0 | 100110 | 100001000 | 100101 | 101101 |
Color Harmonies of #6A489D
Complementary color
Monochromatic Colors of #6A489D
Black with #6A489D
Text Example
Text Example
White with #6A489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A489D; }
p { color: rgb(106,72,157); }
H1.HeaderClassName
{
color: #6A489D;
}
.AnyTagClassName
{
color: #6A489D;
}
</style>
background-color css
<style>
a { background-color: #6A489D; }
a { background-color: rgb(106,72,157); }
div.DivClassName
{
background-color: #6A489D;
}
.BgClassName
{
background-color: #6A489D;
}
</style>
border-color css
<style>
span { border-color: #6A489D; }
span { border-color: rgb(106,72,157); }
td.TdClassName
{
border-color: #6A489D;
}
.TagClassName
{
border-color: #6A489D;
}
</style>