Shades of Studio #664F9E
Tints of Studio #664F9E
RGB
CMYK
RGB Variations
Color information
#664F9E (or 0x664F9E) is known color: Studio. HEX triplet: 66, 4F and 9E. RGB value is (102,79,158). Sum of RGB (Red+Green+Blue) = 102+79+158=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #664F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664F9E is #99B061. Grayscale: #5E5E5E. Windows color (decimal): -10072162 or 10375014. OLE color: 10375014.
HSL color Cylindrical-coordinate representation of color #664F9E: hue angle of 257.47º degrees, saturation: 0.33, 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 #664F9E is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 79 | 158 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.38 |
| HSL | 257.47º | 0.33% | 0.46% | - |
| HSV(B) | 257.47º | 0.5% | 0.62% | - |
| XYZ | 14.45 | 10.89 | 33.69 | - |
| YUV | 94.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 158 | 0.35 | 0.50 | 0 | 0.38 | 257.47 | 0.33 | 0.46 |
| Hex | 66 | 4F | 9E | 23 | 32 | 0 | 26 | 101 | 21 | 2E |
| Octal | 146 | 117 | 236 | 43 | 62 | 0 | 46 | 401 | 41 | 56 |
| Binary | 1100110 | 1001111 | 10011110 | 100011 | 110010 | 0 | 100110 | 100000001 | 100001 | 101110 |
Color Harmonies of #664F9E
Complementary color
Monochromatic Colors of #664F9E
Black with #664F9E
Text Example
Text Example
White with #664F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F9E; }
p { color: rgb(102,79,158); }
H1.HeaderClassName
{
color: #664F9E;
}
.AnyTagClassName
{
color: #664F9E;
}
</style>
background-color css
<style>
a { background-color: #664F9E; }
a { background-color: rgb(102,79,158); }
div.DivClassName
{
background-color: #664F9E;
}
.BgClassName
{
background-color: #664F9E;
}
</style>
border-color css
<style>
span { border-color: #664F9E; }
span { border-color: rgb(102,79,158); }
td.TdClassName
{
border-color: #664F9E;
}
.TagClassName
{
border-color: #664F9E;
}
</style>