Shades of Studio #6D4CAD
Tints of Studio #6D4CAD
RGB
CMYK
RGB Variations
Color information
#6D4CAD (or 0x6D4CAD) is known color: Studio. HEX triplet: 6D, 4C and AD. RGB value is (109,76,173). Sum of RGB (Red+Green+Blue) = 109+76+173=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D4CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4CAD is #92B352. Grayscale: #606060. Windows color (decimal): -9614163 or 11357293. OLE color: 11357293.
HSL color Cylindrical-coordinate representation of color #6D4CAD: hue angle of 260.41º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D4CAD is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 76 | 173 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.32 |
| HSL | 260.41º | 0.39% | 0.49% | - |
| HSV(B) | 260.41º | 0.56% | 0.68% | - |
| XYZ | 16.43 | 11.44 | 40.88 | - |
| YUV | 96.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 173 | 0.37 | 0.56 | 0 | 0.32 | 260.41 | 0.39 | 0.49 |
| Hex | 6D | 4C | AD | 25 | 38 | 0 | 20 | 104 | 27 | 31 |
| Octal | 155 | 114 | 255 | 45 | 70 | 0 | 40 | 404 | 47 | 61 |
| Binary | 1101101 | 1001100 | 10101101 | 100101 | 111000 | 0 | 100000 | 100000100 | 100111 | 110001 |
Color Harmonies of #6D4CAD
Complementary color
Monochromatic Colors of #6D4CAD
Black with #6D4CAD
Text Example
Text Example
White with #6D4CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4CAD; }
p { color: rgb(109,76,173); }
H1.HeaderClassName
{
color: #6D4CAD;
}
.AnyTagClassName
{
color: #6D4CAD;
}
</style>
background-color css
<style>
a { background-color: #6D4CAD; }
a { background-color: rgb(109,76,173); }
div.DivClassName
{
background-color: #6D4CAD;
}
.BgClassName
{
background-color: #6D4CAD;
}
</style>
border-color css
<style>
span { border-color: #6D4CAD; }
span { border-color: rgb(109,76,173); }
td.TdClassName
{
border-color: #6D4CAD;
}
.TagClassName
{
border-color: #6D4CAD;
}
</style>