Shades of Studio #674AAA
Tints of Studio #674AAA
RGB
CMYK
RGB Variations
Color information
#674AAA (or 0x674AAA) is known color: Studio. HEX triplet: 67, 4A and AA. RGB value is (103,74,170). Sum of RGB (Red+Green+Blue) = 103+74+170=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #674AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674AAA is #98B555. Grayscale: #5D5D5D. Windows color (decimal): -10007894 or 11160167. OLE color: 11160167.
HSL color Cylindrical-coordinate representation of color #674AAA: hue angle of 258.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #674AAA is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 74 | 170 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.33 |
| HSL | 258.13º | 0.39% | 0.48% | - |
| HSV(B) | 258.13º | 0.56% | 0.67% | - |
| XYZ | 15.3 | 10.68 | 39.29 | - |
| YUV | 93.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 170 | 0.39 | 0.56 | 0 | 0.33 | 258.13 | 0.39 | 0.48 |
| Hex | 67 | 4A | AA | 27 | 38 | 0 | 21 | 102 | 27 | 30 |
| Octal | 147 | 112 | 252 | 47 | 70 | 0 | 41 | 402 | 47 | 60 |
| Binary | 1100111 | 1001010 | 10101010 | 100111 | 111000 | 0 | 100001 | 100000010 | 100111 | 110000 |
Color Harmonies of #674AAA
Complementary color
Monochromatic Colors of #674AAA
Black with #674AAA
Text Example
Text Example
White with #674AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674AAA; }
p { color: rgb(103,74,170); }
H1.HeaderClassName
{
color: #674AAA;
}
.AnyTagClassName
{
color: #674AAA;
}
</style>
background-color css
<style>
a { background-color: #674AAA; }
a { background-color: rgb(103,74,170); }
div.DivClassName
{
background-color: #674AAA;
}
.BgClassName
{
background-color: #674AAA;
}
</style>
border-color css
<style>
span { border-color: #674AAA; }
span { border-color: rgb(103,74,170); }
td.TdClassName
{
border-color: #674AAA;
}
.TagClassName
{
border-color: #674AAA;
}
</style>