Shades of Studio #674E9B
Tints of Studio #674E9B
RGB
CMYK
RGB Variations
Color information
#674E9B (or 0x674E9B) is known color: Studio. HEX triplet: 67, 4E and 9B. RGB value is (103,78,155). Sum of RGB (Red+Green+Blue) = 103+78+155=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #674E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674E9B is #98B164. Grayscale: #5D5D5D. Windows color (decimal): -10006885 or 10178151. OLE color: 10178151.
HSL color Cylindrical-coordinate representation of color #674E9B: hue angle of 259.48º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674E9B is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 78 | 155 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.39 |
| HSL | 259.48º | 0.33% | 0.46% | - |
| HSV(B) | 259.48º | 0.5% | 0.61% | - |
| XYZ | 14.23 | 10.7 | 32.33 | - |
| YUV | 94.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 155 | 0.34 | 0.50 | 0 | 0.39 | 259.48 | 0.33 | 0.46 |
| Hex | 67 | 4E | 9B | 22 | 32 | 0 | 27 | 103 | 21 | 2E |
| Octal | 147 | 116 | 233 | 42 | 62 | 0 | 47 | 403 | 41 | 56 |
| Binary | 1100111 | 1001110 | 10011011 | 100010 | 110010 | 0 | 100111 | 100000011 | 100001 | 101110 |
Color Harmonies of #674E9B
Complementary color
Monochromatic Colors of #674E9B
Black with #674E9B
Text Example
Text Example
White with #674E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E9B; }
p { color: rgb(103,78,155); }
H1.HeaderClassName
{
color: #674E9B;
}
.AnyTagClassName
{
color: #674E9B;
}
</style>
background-color css
<style>
a { background-color: #674E9B; }
a { background-color: rgb(103,78,155); }
div.DivClassName
{
background-color: #674E9B;
}
.BgClassName
{
background-color: #674E9B;
}
</style>
border-color css
<style>
span { border-color: #674E9B; }
span { border-color: rgb(103,78,155); }
td.TdClassName
{
border-color: #674E9B;
}
.TagClassName
{
border-color: #674E9B;
}
</style>