Shades of Studio #674DA3
Tints of Studio #674DA3
RGB
CMYK
RGB Variations
Color information
#674DA3 (or 0x674DA3) is known color: Studio. HEX triplet: 67, 4D and A3. RGB value is (103,77,163). Sum of RGB (Red+Green+Blue) = 103+77+163=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 163 - color contains mainly: blue. Hex color #674DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674DA3 is #98B25C. Grayscale: #5E5E5E. Windows color (decimal): -10007133 or 10702183. OLE color: 10702183.
HSL color Cylindrical-coordinate representation of color #674DA3: hue angle of 258.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674DA3 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 77 | 163 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.36 |
| HSL | 258.14º | 0.36% | 0.47% | - |
| HSV(B) | 258.14º | 0.53% | 0.64% | - |
| XYZ | 14.86 | 10.84 | 35.96 | - |
| YUV | 94.58 | 166.61 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 163 | 0.37 | 0.53 | 0 | 0.36 | 258.14 | 0.36 | 0.47 |
| Hex | 67 | 4D | A3 | 25 | 35 | 0 | 24 | 102 | 24 | 2F |
| Octal | 147 | 115 | 243 | 45 | 65 | 0 | 44 | 402 | 44 | 57 |
| Binary | 1100111 | 1001101 | 10100011 | 100101 | 110101 | 0 | 100100 | 100000010 | 100100 | 101111 |
Color Harmonies of #674DA3
Complementary color
Monochromatic Colors of #674DA3
Black with #674DA3
Text Example
Text Example
White with #674DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DA3; }
p { color: rgb(103,77,163); }
H1.HeaderClassName
{
color: #674DA3;
}
.AnyTagClassName
{
color: #674DA3;
}
</style>
background-color css
<style>
a { background-color: #674DA3; }
a { background-color: rgb(103,77,163); }
div.DivClassName
{
background-color: #674DA3;
}
.BgClassName
{
background-color: #674DA3;
}
</style>
border-color css
<style>
span { border-color: #674DA3; }
span { border-color: rgb(103,77,163); }
td.TdClassName
{
border-color: #674DA3;
}
.TagClassName
{
border-color: #674DA3;
}
</style>