Shades of Studio #654FA0
Tints of Studio #654FA0
RGB
CMYK
RGB Variations
Color information
#654FA0 (or 0x654FA0) is known color: Studio. HEX triplet: 65, 4F and A0. RGB value is (101,79,160). Sum of RGB (Red+Green+Blue) = 101+79+160=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #654FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654FA0 is #9AB05F. Grayscale: #5E5E5E. Windows color (decimal): -10137696 or 10506085. OLE color: 10506085.
HSL color Cylindrical-coordinate representation of color #654FA0: hue angle of 256.3º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #654FA0 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 79 | 160 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.37 |
| HSL | 256.3º | 0.34% | 0.47% | - |
| HSV(B) | 256.3º | 0.51% | 0.63% | - |
| XYZ | 14.51 | 10.9 | 34.6 | - |
| YUV | 94.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 160 | 0.37 | 0.51 | 0 | 0.37 | 256.3 | 0.34 | 0.47 |
| Hex | 65 | 4F | A0 | 25 | 33 | 0 | 25 | 100 | 22 | 2F |
| Octal | 145 | 117 | 240 | 45 | 63 | 0 | 45 | 400 | 42 | 57 |
| Binary | 1100101 | 1001111 | 10100000 | 100101 | 110011 | 0 | 100101 | 100000000 | 100010 | 101111 |
Color Harmonies of #654FA0
Complementary color
Monochromatic Colors of #654FA0
Black with #654FA0
Text Example
Text Example
White with #654FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FA0; }
p { color: rgb(101,79,160); }
H1.HeaderClassName
{
color: #654FA0;
}
.AnyTagClassName
{
color: #654FA0;
}
</style>
background-color css
<style>
a { background-color: #654FA0; }
a { background-color: rgb(101,79,160); }
div.DivClassName
{
background-color: #654FA0;
}
.BgClassName
{
background-color: #654FA0;
}
</style>
border-color css
<style>
span { border-color: #654FA0; }
span { border-color: rgb(101,79,160); }
td.TdClassName
{
border-color: #654FA0;
}
.TagClassName
{
border-color: #654FA0;
}
</style>