Shades of Studio #674B99
Tints of Studio #674B99
RGB
CMYK
RGB Variations
Color information
#674B99 (or 0x674B99) is known color: Studio. HEX triplet: 67, 4B and 99. RGB value is (103,75,153). Sum of RGB (Red+Green+Blue) = 103+75+153=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #674B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674B99 is #98B466. Grayscale: #5B5B5B. Windows color (decimal): -10007655 or 10046311. OLE color: 10046311.
HSL color Cylindrical-coordinate representation of color #674B99: hue angle of 261.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674B99 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 75 | 153 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.4 |
| HSL | 261.54º | 0.34% | 0.45% | - |
| HSV(B) | 261.54º | 0.51% | 0.6% | - |
| XYZ | 13.86 | 10.22 | 31.38 | - |
| YUV | 92.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 153 | 0.33 | 0.51 | 0 | 0.4 | 261.54 | 0.34 | 0.45 |
| Hex | 67 | 4B | 99 | 21 | 33 | 0 | 28 | 106 | 22 | 2D |
| Octal | 147 | 113 | 231 | 41 | 63 | 0 | 50 | 406 | 42 | 55 |
| Binary | 1100111 | 1001011 | 10011001 | 100001 | 110011 | 0 | 101000 | 100000110 | 100010 | 101101 |
Color Harmonies of #674B99
Complementary color
Monochromatic Colors of #674B99
Black with #674B99
Text Example
Text Example
White with #674B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B99; }
p { color: rgb(103,75,153); }
H1.HeaderClassName
{
color: #674B99;
}
.AnyTagClassName
{
color: #674B99;
}
</style>
background-color css
<style>
a { background-color: #674B99; }
a { background-color: rgb(103,75,153); }
div.DivClassName
{
background-color: #674B99;
}
.BgClassName
{
background-color: #674B99;
}
</style>
border-color css
<style>
span { border-color: #674B99; }
span { border-color: rgb(103,75,153); }
td.TdClassName
{
border-color: #674B99;
}
.TagClassName
{
border-color: #674B99;
}
</style>