Shades of Studio #674BA7
Tints of Studio #674BA7
RGB
CMYK
RGB Variations
Color information
#674BA7 (or 0x674BA7) is known color: Studio. HEX triplet: 67, 4B and A7. RGB value is (103,75,167). Sum of RGB (Red+Green+Blue) = 103+75+167=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #674BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674BA7 is #98B458. Grayscale: #5D5D5D. Windows color (decimal): -10007641 or 10963815. OLE color: 10963815.
HSL color Cylindrical-coordinate representation of color #674BA7: hue angle of 258.26º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #674BA7 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 75 | 167 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.35 |
| HSL | 258.26º | 0.38% | 0.47% | - |
| HSV(B) | 258.26º | 0.55% | 0.65% | - |
| XYZ | 15.08 | 10.71 | 37.83 | - |
| YUV | 93.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 167 | 0.38 | 0.55 | 0 | 0.35 | 258.26 | 0.38 | 0.47 |
| Hex | 67 | 4B | A7 | 26 | 37 | 0 | 23 | 102 | 26 | 2F |
| Octal | 147 | 113 | 247 | 46 | 67 | 0 | 43 | 402 | 46 | 57 |
| Binary | 1100111 | 1001011 | 10100111 | 100110 | 110111 | 0 | 100011 | 100000010 | 100110 | 101111 |
Color Harmonies of #674BA7
Complementary color
Monochromatic Colors of #674BA7
Black with #674BA7
Text Example
Text Example
White with #674BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BA7; }
p { color: rgb(103,75,167); }
H1.HeaderClassName
{
color: #674BA7;
}
.AnyTagClassName
{
color: #674BA7;
}
</style>
background-color css
<style>
a { background-color: #674BA7; }
a { background-color: rgb(103,75,167); }
div.DivClassName
{
background-color: #674BA7;
}
.BgClassName
{
background-color: #674BA7;
}
</style>
border-color css
<style>
span { border-color: #674BA7; }
span { border-color: rgb(103,75,167); }
td.TdClassName
{
border-color: #674BA7;
}
.TagClassName
{
border-color: #674BA7;
}
</style>