Shades of Studio #674F9F
Tints of Studio #674F9F
RGB
CMYK
RGB Variations
Color information
#674F9F (or 0x674F9F) is known color: Studio. HEX triplet: 67, 4F and 9F. RGB value is (103,79,159). Sum of RGB (Red+Green+Blue) = 103+79+159=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #674F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F9F is #98B060. Grayscale: #5E5E5E. Windows color (decimal): -10006625 or 10440551. OLE color: 10440551.
HSL color Cylindrical-coordinate representation of color #674F9F: hue angle of 258º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674F9F is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 79 | 159 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.38 |
| HSL | 258º | 0.34% | 0.47% | - |
| HSV(B) | 258º | 0.5% | 0.62% | - |
| XYZ | 14.65 | 10.98 | 34.15 | - |
| YUV | 95.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 159 | 0.35 | 0.50 | 0 | 0.38 | 258 | 0.34 | 0.47 |
| Hex | 67 | 4F | 9F | 23 | 32 | 0 | 26 | 102 | 22 | 2F |
| Octal | 147 | 117 | 237 | 43 | 62 | 0 | 46 | 402 | 42 | 57 |
| Binary | 1100111 | 1001111 | 10011111 | 100011 | 110010 | 0 | 100110 | 100000010 | 100010 | 101111 |
Color Harmonies of #674F9F
Complementary color
Monochromatic Colors of #674F9F
Black with #674F9F
Text Example
Text Example
White with #674F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F9F; }
p { color: rgb(103,79,159); }
H1.HeaderClassName
{
color: #674F9F;
}
.AnyTagClassName
{
color: #674F9F;
}
</style>
background-color css
<style>
a { background-color: #674F9F; }
a { background-color: rgb(103,79,159); }
div.DivClassName
{
background-color: #674F9F;
}
.BgClassName
{
background-color: #674F9F;
}
</style>
border-color css
<style>
span { border-color: #674F9F; }
span { border-color: rgb(103,79,159); }
td.TdClassName
{
border-color: #674F9F;
}
.TagClassName
{
border-color: #674F9F;
}
</style>