Shades of Studio #674EA2
Tints of Studio #674EA2
RGB
CMYK
RGB Variations
Color information
#674EA2 (or 0x674EA2) is known color: Studio. HEX triplet: 67, 4E and A2. RGB value is (103,78,162). Sum of RGB (Red+Green+Blue) = 103+78+162=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #674EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674EA2 is #98B15D. Grayscale: #5E5E5E. Windows color (decimal): -10006878 or 10636903. OLE color: 10636903.
HSL color Cylindrical-coordinate representation of color #674EA2: hue angle of 257.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #674EA2 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 78 | 162 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.36 |
| HSL | 257.86º | 0.35% | 0.47% | - |
| HSV(B) | 257.86º | 0.52% | 0.64% | - |
| XYZ | 14.84 | 10.94 | 35.51 | - |
| YUV | 95.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 162 | 0.36 | 0.52 | 0 | 0.36 | 257.86 | 0.35 | 0.47 |
| Hex | 67 | 4E | A2 | 24 | 34 | 0 | 24 | 102 | 23 | 2F |
| Octal | 147 | 116 | 242 | 44 | 64 | 0 | 44 | 402 | 43 | 57 |
| Binary | 1100111 | 1001110 | 10100010 | 100100 | 110100 | 0 | 100100 | 100000010 | 100011 | 101111 |
Color Harmonies of #674EA2
Complementary color
Monochromatic Colors of #674EA2
Black with #674EA2
Text Example
Text Example
White with #674EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674EA2; }
p { color: rgb(103,78,162); }
H1.HeaderClassName
{
color: #674EA2;
}
.AnyTagClassName
{
color: #674EA2;
}
</style>
background-color css
<style>
a { background-color: #674EA2; }
a { background-color: rgb(103,78,162); }
div.DivClassName
{
background-color: #674EA2;
}
.BgClassName
{
background-color: #674EA2;
}
</style>
border-color css
<style>
span { border-color: #674EA2; }
span { border-color: rgb(103,78,162); }
td.TdClassName
{
border-color: #674EA2;
}
.TagClassName
{
border-color: #674EA2;
}
</style>