Shades of Studio #674F9D
Tints of Studio #674F9D
RGB
CMYK
RGB Variations
Color information
#674F9D (or 0x674F9D) is known color: Studio. HEX triplet: 67, 4F and 9D. RGB value is (103,79,157). Sum of RGB (Red+Green+Blue) = 103+79+157=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #674F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F9D is #98B062. Grayscale: #5E5E5E. Windows color (decimal): -10006627 or 10309479. OLE color: 10309479.
HSL color Cylindrical-coordinate representation of color #674F9D: hue angle of 258.46º 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 #674F9D is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 79 | 157 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.38 |
| HSL | 258.46º | 0.33% | 0.46% | - |
| HSV(B) | 258.46º | 0.5% | 0.62% | - |
| XYZ | 14.48 | 10.91 | 33.24 | - |
| YUV | 95.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 157 | 0.34 | 0.50 | 0 | 0.38 | 258.46 | 0.33 | 0.46 |
| Hex | 67 | 4F | 9D | 22 | 32 | 0 | 26 | 102 | 21 | 2E |
| Octal | 147 | 117 | 235 | 42 | 62 | 0 | 46 | 402 | 41 | 56 |
| Binary | 1100111 | 1001111 | 10011101 | 100010 | 110010 | 0 | 100110 | 100000010 | 100001 | 101110 |
Color Harmonies of #674F9D
Complementary color
Monochromatic Colors of #674F9D
Black with #674F9D
Text Example
Text Example
White with #674F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F9D; }
p { color: rgb(103,79,157); }
H1.HeaderClassName
{
color: #674F9D;
}
.AnyTagClassName
{
color: #674F9D;
}
</style>
background-color css
<style>
a { background-color: #674F9D; }
a { background-color: rgb(103,79,157); }
div.DivClassName
{
background-color: #674F9D;
}
.BgClassName
{
background-color: #674F9D;
}
</style>
border-color css
<style>
span { border-color: #674F9D; }
span { border-color: rgb(103,79,157); }
td.TdClassName
{
border-color: #674F9D;
}
.TagClassName
{
border-color: #674F9D;
}
</style>