Shades of Studio #674B9F
Tints of Studio #674B9F
RGB
CMYK
RGB Variations
Color information
#674B9F (or 0x674B9F) is known color: Studio. HEX triplet: 67, 4B and 9F. RGB value is (103,75,159). Sum of RGB (Red+Green+Blue) = 103+75+159=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #674B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674B9F is #98B460. Grayscale: #5C5C5C. Windows color (decimal): -10007649 or 10439527. OLE color: 10439527.
HSL color Cylindrical-coordinate representation of color #674B9F: hue angle of 260º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674B9F is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 75 | 159 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.38 |
| HSL | 260º | 0.36% | 0.46% | - |
| HSV(B) | 260º | 0.53% | 0.62% | - |
| XYZ | 14.37 | 10.42 | 34.05 | - |
| YUV | 92.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 159 | 0.35 | 0.53 | 0 | 0.38 | 260 | 0.36 | 0.46 |
| Hex | 67 | 4B | 9F | 23 | 35 | 0 | 26 | 104 | 24 | 2E |
| Octal | 147 | 113 | 237 | 43 | 65 | 0 | 46 | 404 | 44 | 56 |
| Binary | 1100111 | 1001011 | 10011111 | 100011 | 110101 | 0 | 100110 | 100000100 | 100100 | 101110 |
Color Harmonies of #674B9F
Complementary color
Monochromatic Colors of #674B9F
Black with #674B9F
Text Example
Text Example
White with #674B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B9F; }
p { color: rgb(103,75,159); }
H1.HeaderClassName
{
color: #674B9F;
}
.AnyTagClassName
{
color: #674B9F;
}
</style>
background-color css
<style>
a { background-color: #674B9F; }
a { background-color: rgb(103,75,159); }
div.DivClassName
{
background-color: #674B9F;
}
.BgClassName
{
background-color: #674B9F;
}
</style>
border-color css
<style>
span { border-color: #674B9F; }
span { border-color: rgb(103,75,159); }
td.TdClassName
{
border-color: #674B9F;
}
.TagClassName
{
border-color: #674B9F;
}
</style>