Shades of Studio #664E9D
Tints of Studio #664E9D
RGB
CMYK
RGB Variations
Color information
#664E9D (or 0x664E9D) is known color: Studio. HEX triplet: 66, 4E and 9D. RGB value is (102,78,157). Sum of RGB (Red+Green+Blue) = 102+78+157=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #664E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664E9D is #99B162. Grayscale: #5D5D5D. Windows color (decimal): -10072419 or 10309222. OLE color: 10309222.
HSL color Cylindrical-coordinate representation of color #664E9D: hue angle of 258.23º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664E9D is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 78 | 157 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.38 |
| HSL | 258.23º | 0.34% | 0.46% | - |
| HSV(B) | 258.23º | 0.5% | 0.62% | - |
| XYZ | 14.29 | 10.71 | 33.21 | - |
| YUV | 94.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 157 | 0.35 | 0.50 | 0 | 0.38 | 258.23 | 0.34 | 0.46 |
| Hex | 66 | 4E | 9D | 23 | 32 | 0 | 26 | 102 | 22 | 2E |
| Octal | 146 | 116 | 235 | 43 | 62 | 0 | 46 | 402 | 42 | 56 |
| Binary | 1100110 | 1001110 | 10011101 | 100011 | 110010 | 0 | 100110 | 100000010 | 100010 | 101110 |
Color Harmonies of #664E9D
Complementary color
Monochromatic Colors of #664E9D
Black with #664E9D
Text Example
Text Example
White with #664E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E9D; }
p { color: rgb(102,78,157); }
H1.HeaderClassName
{
color: #664E9D;
}
.AnyTagClassName
{
color: #664E9D;
}
</style>
background-color css
<style>
a { background-color: #664E9D; }
a { background-color: rgb(102,78,157); }
div.DivClassName
{
background-color: #664E9D;
}
.BgClassName
{
background-color: #664E9D;
}
</style>
border-color css
<style>
span { border-color: #664E9D; }
span { border-color: rgb(102,78,157); }
td.TdClassName
{
border-color: #664E9D;
}
.TagClassName
{
border-color: #664E9D;
}
</style>