Shades of Studio #664DA1
Tints of Studio #664DA1
RGB
CMYK
RGB Variations
Color information
#664DA1 (or 0x664DA1) is known color: Studio. HEX triplet: 66, 4D and A1. RGB value is (102,77,161). Sum of RGB (Red+Green+Blue) = 102+77+161=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 161 - color contains mainly: blue. Hex color #664DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664DA1 is #99B25E. Grayscale: #5D5D5D. Windows color (decimal): -10072671 or 10571110. OLE color: 10571110.
HSL color Cylindrical-coordinate representation of color #664DA1: hue angle of 257.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #664DA1 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 77 | 161 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.37 |
| HSL | 257.86º | 0.35% | 0.47% | - |
| HSV(B) | 257.86º | 0.52% | 0.63% | - |
| XYZ | 14.57 | 10.71 | 35.02 | - |
| YUV | 94.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 161 | 0.37 | 0.52 | 0 | 0.37 | 257.86 | 0.35 | 0.47 |
| Hex | 66 | 4D | A1 | 25 | 34 | 0 | 25 | 102 | 23 | 2F |
| Octal | 146 | 115 | 241 | 45 | 64 | 0 | 45 | 402 | 43 | 57 |
| Binary | 1100110 | 1001101 | 10100001 | 100101 | 110100 | 0 | 100101 | 100000010 | 100011 | 101111 |
Color Harmonies of #664DA1
Complementary color
Monochromatic Colors of #664DA1
Black with #664DA1
Text Example
Text Example
White with #664DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664DA1; }
p { color: rgb(102,77,161); }
H1.HeaderClassName
{
color: #664DA1;
}
.AnyTagClassName
{
color: #664DA1;
}
</style>
background-color css
<style>
a { background-color: #664DA1; }
a { background-color: rgb(102,77,161); }
div.DivClassName
{
background-color: #664DA1;
}
.BgClassName
{
background-color: #664DA1;
}
</style>
border-color css
<style>
span { border-color: #664DA1; }
span { border-color: rgb(102,77,161); }
td.TdClassName
{
border-color: #664DA1;
}
.TagClassName
{
border-color: #664DA1;
}
</style>