Shades of Studio #634DA0
Tints of Studio #634DA0
RGB
CMYK
RGB Variations
Color information
#634DA0 (or 0x634DA0) is known color: Studio. HEX triplet: 63, 4D and A0. RGB value is (99,77,160). Sum of RGB (Red+Green+Blue) = 99+77+160=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #634DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634DA0 is #9CB25F. Grayscale: #5C5C5C. Windows color (decimal): -10269280 or 10505571. OLE color: 10505571.
HSL color Cylindrical-coordinate representation of color #634DA0: hue angle of 255.9º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #634DA0 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 77 | 160 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.37 |
| HSL | 255.9º | 0.35% | 0.46% | - |
| HSV(B) | 255.9º | 0.52% | 0.63% | - |
| XYZ | 14.14 | 10.5 | 34.54 | - |
| YUV | 93.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 160 | 0.38 | 0.52 | 0 | 0.37 | 255.9 | 0.35 | 0.46 |
| Hex | 63 | 4D | A0 | 26 | 34 | 0 | 25 | 100 | 23 | 2E |
| Octal | 143 | 115 | 240 | 46 | 64 | 0 | 45 | 400 | 43 | 56 |
| Binary | 1100011 | 1001101 | 10100000 | 100110 | 110100 | 0 | 100101 | 100000000 | 100011 | 101110 |
Color Harmonies of #634DA0
Complementary color
Monochromatic Colors of #634DA0
Black with #634DA0
Text Example
Text Example
White with #634DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634DA0; }
p { color: rgb(99,77,160); }
H1.HeaderClassName
{
color: #634DA0;
}
.AnyTagClassName
{
color: #634DA0;
}
</style>
background-color css
<style>
a { background-color: #634DA0; }
a { background-color: rgb(99,77,160); }
div.DivClassName
{
background-color: #634DA0;
}
.BgClassName
{
background-color: #634DA0;
}
</style>
border-color css
<style>
span { border-color: #634DA0; }
span { border-color: rgb(99,77,160); }
td.TdClassName
{
border-color: #634DA0;
}
.TagClassName
{
border-color: #634DA0;
}
</style>