Shades of Studio #664FA0
Tints of Studio #664FA0
RGB
CMYK
RGB Variations
Color information
#664FA0 (or 0x664FA0) is known color: Studio. HEX triplet: 66, 4F and A0. RGB value is (102,79,160). Sum of RGB (Red+Green+Blue) = 102+79+160=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #664FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664FA0 is #99B05F. Grayscale: #5E5E5E. Windows color (decimal): -10072160 or 10506086. OLE color: 10506086.
HSL color Cylindrical-coordinate representation of color #664FA0: hue angle of 257.04º 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 #664FA0 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 79 | 160 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.37 |
| HSL | 257.04º | 0.34% | 0.47% | - |
| HSV(B) | 257.04º | 0.51% | 0.63% | - |
| XYZ | 14.62 | 10.95 | 34.6 | - |
| YUV | 95.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 160 | 0.36 | 0.51 | 0 | 0.37 | 257.04 | 0.34 | 0.47 |
| Hex | 66 | 4F | A0 | 24 | 33 | 0 | 25 | 101 | 22 | 2F |
| Octal | 146 | 117 | 240 | 44 | 63 | 0 | 45 | 401 | 42 | 57 |
| Binary | 1100110 | 1001111 | 10100000 | 100100 | 110011 | 0 | 100101 | 100000001 | 100010 | 101111 |
Color Harmonies of #664FA0
Complementary color
Monochromatic Colors of #664FA0
Black with #664FA0
Text Example
Text Example
White with #664FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664FA0; }
p { color: rgb(102,79,160); }
H1.HeaderClassName
{
color: #664FA0;
}
.AnyTagClassName
{
color: #664FA0;
}
</style>
background-color css
<style>
a { background-color: #664FA0; }
a { background-color: rgb(102,79,160); }
div.DivClassName
{
background-color: #664FA0;
}
.BgClassName
{
background-color: #664FA0;
}
</style>
border-color css
<style>
span { border-color: #664FA0; }
span { border-color: rgb(102,79,160); }
td.TdClassName
{
border-color: #664FA0;
}
.TagClassName
{
border-color: #664FA0;
}
</style>