Shades of Studio #674DA5
Tints of Studio #674DA5
RGB
CMYK
RGB Variations
Color information
#674DA5 (or 0x674DA5) is known color: Studio. HEX triplet: 67, 4D and A5. RGB value is (103,77,165). Sum of RGB (Red+Green+Blue) = 103+77+165=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #674DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674DA5 is #98B25A. Grayscale: #5E5E5E. Windows color (decimal): -10007131 or 10833255. OLE color: 10833255.
HSL color Cylindrical-coordinate representation of color #674DA5: hue angle of 257.73º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674DA5 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 77 | 165 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.35 |
| HSL | 257.73º | 0.36% | 0.47% | - |
| HSV(B) | 257.73º | 0.53% | 0.65% | - |
| XYZ | 15.04 | 10.91 | 36.91 | - |
| YUV | 94.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 165 | 0.38 | 0.53 | 0 | 0.35 | 257.73 | 0.36 | 0.47 |
| Hex | 67 | 4D | A5 | 26 | 35 | 0 | 23 | 102 | 24 | 2F |
| Octal | 147 | 115 | 245 | 46 | 65 | 0 | 43 | 402 | 44 | 57 |
| Binary | 1100111 | 1001101 | 10100101 | 100110 | 110101 | 0 | 100011 | 100000010 | 100100 | 101111 |
Color Harmonies of #674DA5
Complementary color
Monochromatic Colors of #674DA5
Black with #674DA5
Text Example
Text Example
White with #674DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DA5; }
p { color: rgb(103,77,165); }
H1.HeaderClassName
{
color: #674DA5;
}
.AnyTagClassName
{
color: #674DA5;
}
</style>
background-color css
<style>
a { background-color: #674DA5; }
a { background-color: rgb(103,77,165); }
div.DivClassName
{
background-color: #674DA5;
}
.BgClassName
{
background-color: #674DA5;
}
</style>
border-color css
<style>
span { border-color: #674DA5; }
span { border-color: rgb(103,77,165); }
td.TdClassName
{
border-color: #674DA5;
}
.TagClassName
{
border-color: #674DA5;
}
</style>