Shades of Studio #6A489C
Tints of Studio #6A489C
RGB
CMYK
RGB Variations
Color information
#6A489C (or 0x6A489C) is known color: Studio. HEX triplet: 6A, 48 and 9C. RGB value is (106,72,156). Sum of RGB (Red+Green+Blue) = 106+72+156=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A489C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A489C is #95B763. Grayscale: #5B5B5B. Windows color (decimal): -9811812 or 10242154. OLE color: 10242154.
HSL color Cylindrical-coordinate representation of color #6A489C: hue angle of 264.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A489C is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 72 | 156 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.39 |
| HSL | 264.29º | 0.37% | 0.45% | - |
| HSV(B) | 264.29º | 0.54% | 0.61% | - |
| XYZ | 14.26 | 10.1 | 32.65 | - |
| YUV | 91.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 72 | 156 | 0.32 | 0.54 | 0 | 0.39 | 264.29 | 0.37 | 0.45 |
| Hex | 6A | 48 | 9C | 20 | 36 | 0 | 27 | 108 | 25 | 2D |
| Octal | 152 | 110 | 234 | 40 | 66 | 0 | 47 | 410 | 45 | 55 |
| Binary | 1101010 | 1001000 | 10011100 | 100000 | 110110 | 0 | 100111 | 100001000 | 100101 | 101101 |
Color Harmonies of #6A489C
Complementary color
Monochromatic Colors of #6A489C
Black with #6A489C
Text Example
Text Example
White with #6A489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A489C; }
p { color: rgb(106,72,156); }
H1.HeaderClassName
{
color: #6A489C;
}
.AnyTagClassName
{
color: #6A489C;
}
</style>
background-color css
<style>
a { background-color: #6A489C; }
a { background-color: rgb(106,72,156); }
div.DivClassName
{
background-color: #6A489C;
}
.BgClassName
{
background-color: #6A489C;
}
</style>
border-color css
<style>
span { border-color: #6A489C; }
span { border-color: rgb(106,72,156); }
td.TdClassName
{
border-color: #6A489C;
}
.TagClassName
{
border-color: #6A489C;
}
</style>